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 | 29 | 30 | 31 |
Tags
- leetcode
- Array
- linked list
- math
- Binary
- 미디움
- Medium
- easy
- backtracking
- 쉬움
- Python
- Depth-first Search
- string
- binary tree
- hash table
- list
- tree
- 리트코드
- matrix
- DP
- sorting
- HashTable
- 재귀
- dfs
- 이진트리
- 중간
- binary search
- two pointers
- 문자열
- recursive
Archives
- Today
- Total
목록leetcode 33 (1)
부부의 코딩 성장 일기
LeetCode 33(Search in Rotated Sorted Array, Python)
1. 문제 링크 https://leetcode.com/problems/search-in-rotated-sorted-array/ Search in Rotated Sorted Array - LeetCode Can you solve this real interview question? Search in Rotated Sorted Array - There is an integer array nums sorted in ascending order (with distinct values). Prior to being passed to your function, nums is possibly rotated at an unknown pivot index k (1 int: # 회전된 배열에서 pivot(회전의 기준이 되..
Algorithm/LeetCode
2023. 12. 26. 19:00