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