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 |
Tags
- 프로그래머스
- 코로나19
- 백준
- Docker
- programmers
- 편스토랑
- SW Expert Academy
- PYTHON
- hackerrank
- 자연어처리
- 맥북
- 금융문자분석경진대회
- 우분투
- 더현대서울 맛집
- 캐치카페
- AI 경진대회
- gs25
- 파이썬
- ubuntu
- Real or Not? NLP with Disaster Tweets
- Kaggle
- 프로그래머스 파이썬
- leetcode
- 데이콘
- Baekjoon
- dacon
- 편스토랑 우승상품
- Git
- ChatGPT
- github
Archives
- Today
- Total
목록
반응형
leetCode 796 Rotate String Python (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
반응형