Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- BFS
- 파이썬
- Python
- DP
- 티스토리챌린지
- 하둡
- 알고리즘
- apache kafka
- leetcode
- 쿠버네티스
- 우선순위큐
- 프로그래머스
- Kubernetes
- 아파치 카프카
- 아파치 스파크
- 분산처리
- heapq
- 이진탐색
- 오블완
- 그래프
- Apache Spark
- 코딩테스트
- String
- docker
- Apache Hadoop
- 아파치 하둡
- 도커
- programmers
- 분산
- 리트코드
Archives
- Today
- Total
목록2025/02/02 (1)
래원
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/cCW9NZ/btsL3z3PQhI/cQRX5IKwtg9KmDJJ1g7iVK/img.jpg)
난이도: Easy문제 설명Given an array nums, return true if the array was originally sorted in non-decreasing order, then rotated some number of positions (including zero). Otherwise, return false. There may be duplicates in the original array. Note: An array A rotated by x positions results in an array B of the same length such that A[i] == B[(i+x) % A.length], where % is the modulo operation. 문제 예제Examp..
알고리즘/LeetCode
2025. 2. 2. 20:31