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