Skip to content

Commit 3814584

Browse files
committed
138
1 parent 07e1723 commit 3814584

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@ Success is like pregnancy, Everybody congratulates you but nobody knows how many
4040

4141

4242
## 4/16 Tasks (LinkedList Medium)
43+
| # | Title | Solution | Time | Space | Difficulty |Tag| Note|
44+
|-----|-------| -------- | ---- | ------|------------|---|-----|
4345
|138|[Copy List with Random Pointer](https://leetcode.com/problems/copy-list-with-random-pointer/#/description)| [Python](./linkedlist/copyRandomList.py) | _O(n)_| _O(n)_ | Medium | ||

0 commit comments

Comments
 (0)