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

코딩 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
반응형