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
- Medium
- linked list
- 재귀
- backtracking
- math
- DP
- HashTable
- recursive
- easy
- dfs
- list
- 중간
- Python
- two pointers
- 이진트리
- 문자열
- Binary
- tree
- hash table
- Array
- sorting
- 미디움
- leetcode
- Depth-first Search
- matrix
- 쉬움
- binary tree
- string
- 리트코드
- binary search
Archives
- Today
- Total
목록2024/01/30 (1)
부부의 코딩 성장 일기
LeetCode 86(Partition List, Python)
1. 문제 링크 https://leetcode.com/problems/partition-list/ 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. 문제 설명 연결 리스트 head = [1,4,3,2,5,2]와 기준 값 x = ..
Algorithm/LeetCode
2024. 1. 30. 19:00