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