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
- tree
- recursive
- matrix
- Medium
- leetcode
- math
- sorting
- Python
- HashTable
- backtracking
- list
- 재귀
- binary tree
- Array
- 미디움
- two pointers
- 이진트리
- string
- 문자열
- 중간
- 쉬움
- hash table
- Binary
- Depth-first Search
- dfs
- linked list
- DP
- 리트코드
- easy
- binary search
Archives
- Today
- Total
목록2024/01/28 (1)
부부의 코딩 성장 일기
LeetCode 81(Search in Rotated Sorted Array II, Python)
1. 문제 링크 https://leetcode.com/problems/search-in-rotated-sorted-array-ii/ Search in Rotated Sorted Array II - LeetCode Can you solve this real interview question? Search in Rotated Sorted Array II - There is an integer array nums sorted in non-decreasing order (not necessarily with distinct values). Before being passed to your function, nums is rotated at an unknown pivot leetcode.com 2. 문제 설명 오..
Algorithm/LeetCode
2024. 1. 28. 19:00