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
- binary search
- recursive
- two pointers
- DP
- 리트코드
- sorting
- matrix
- 문자열
- Medium
- string
- 쉬움
- Depth-first Search
- 미디움
- easy
- Python
- math
- 중간
- dfs
- 재귀
- tree
- Array
- linked list
- binary tree
- list
- 이진트리
- Binary
- HashTable
- hash table
- backtracking
- leetcode
Archives
- Today
- Total
목록logn (1)
부부의 코딩 성장 일기
LeetCode 35(Search Insert Position, Python)
1. 문제 링크 Search Insert Position - LeetCode Search Insert Position - LeetCode Can you solve this real interview question? Search Insert Position - Given a sorted array of distinct integers and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order. You must w leetcode.com 2. 문제 설명 정수가 오름차순으로 정렬된 리스트와 하나의 정수가 주어졌을 때 정수를 리스트에..
Algorithm/LeetCode
2023. 11. 6. 19:00