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
- sorting
- linked list
- 재귀
- easy
- hash table
- recursive
- 리트코드
- Depth-first Search
- leetcode
- matrix
- dfs
- 중간
- binary search
- 쉬움
- list
- tree
- Binary
- Python
- math
- string
- 미디움
- DP
- 이진트리
- Array
- 문자열
- Medium
- binary tree
- backtracking
- two pointers
Archives
- Today
- Total
목록.next (1)
부부의 코딩 성장 일기
LeetCode 138(Copy List with Random Pointer, Python)
1. 문제 링크 https://leetcode.com/problems/copy-list-with-random-pointer/ Copy List with Random Pointer - LeetCode Can you solve this real interview question? Copy List with Random Pointer - A linked list of length n is given such that each node contains an additional random pointer, which could point to any node in the list, or null. Construct a deep copy [https://en. leetcode.com 2. 문제 설명 연결 리스트가 ..
Algorithm/LeetCode
2024. 3. 24. 19:00