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