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
- hash table
- 미디움
- Medium
- binary search
- tree
- Depth-first Search
- HashTable
- list
- dfs
- leetcode
- math
- backtracking
- 리트코드
- linked list
- 이진트리
- matrix
- binary tree
- Array
- sorting
- easy
- string
- recursive
- Binary
- 중간
- DP
- 쉬움
- two pointers
- Python
- 문자열
- 재귀
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