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
- HashTable
- recursive
- two pointers
- matrix
- 리트코드
- 미디움
- math
- 중간
- linked list
- leetcode
- binary search
- string
- 쉬움
- hash table
- Array
- dfs
- 이진트리
- 문자열
- sorting
- 재귀
- Binary
- DP
- binary tree
- tree
- Medium
- easy
- list
- Depth-first Search
- backtracking
- Python
Archives
- Today
- Total
목록lambda (1)
부부의 코딩 성장 일기
LeetCode 56(Merge Intervals, Python)
1. 문제 링크 Merge Intervals - LeetCode Merge Intervals - LeetCode Can you solve this real interview question? Merge Intervals - Given an array of intervals where intervals[i] = [starti, endi], merge all overlapping intervals, and return an array of the non-overlapping intervals that cover all the intervals in the input leetcode.com 2. 문제 설명 구간을 나타내는 리스트들이 주어졌을 때 겹치는 리스트가 있다면 이를 합쳐서 반환하는 문제 예시) inte..
Algorithm/LeetCode
2024. 1. 11. 19:00