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
- leetcode
- 미디움
- list
- Python
- linked list
- Medium
- dfs
- recursive
- string
- DP
- two pointers
- tree
- easy
- 이진트리
- HashTable
- Depth-first Search
- math
- Array
- 재귀
- sorting
- Binary
- hash table
- binary search
- backtracking
- binary tree
- 문자열
- matrix
- 쉬움
- 중간
- 리트코드
Archives
- Today
- Total
목록Remove Duplicates from Sorted List (1)
부부의 코딩 성장 일기
LeetCode 82(Remove Duplicates from Sorted List II)
1. 문제 링크 https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii/description/ Partition List - LeetCode Can you solve this real interview question? Partition List - Given the head of a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x. You should preserve the original relative order of the no leetcode.com 2. 문제 설명 정렬된..
Algorithm/LeetCode
2024. 1. 29. 19:00