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