Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Docker
- hackerrank
- programmers
- 코로나19
- PYTHON
- Baekjoon
- 우분투
- 금융문자분석경진대회
- github
- dacon
- 프로그래머스
- 파이썬
- 캐치카페
- 편스토랑 우승상품
- 자연어처리
- 프로그래머스 파이썬
- Git
- leetcode
- SW Expert Academy
- 맥북
- 더현대서울 맛집
- 백준
- 데이콘
- ubuntu
- gs25
- Real or Not? NLP with Disaster Tweets
- ChatGPT
- 편스토랑
- Kaggle
- AI 경진대회
Archives
- Today
- Total
목록
반응형
Rotate String (1)
반응형
솜씨좋은장씨
[leetCode] 796. Rotate String (Python) (feat.ChatGPT)
코딩 1일 1문제! 오늘의 문제는 leetCode 의 Rotate String 입니다. Rotate String - LeetCode Can you solve this real interview question? Rotate String - Given two strings s and goal, return true if and only if s can become goal after some number of shifts on s. A shift on s consists of moving the leftmost character of s to the rightmost position. leetcode.com 👨🏻💻 문제 풀이 입력받은 문자열 s 에서 뒤쪽부터 문자를 하나씩 pop 해온 뒤 pop 해온 값..
Programming/코딩 1일 1문제
2023. 3. 28. 21:13
반응형