Skip to content

Commit 1c29ca7

Browse files
committed
update
1 parent 1e785ce commit 1c29ca7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

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

1010

1111
## Linked List
12+
[链表总结](http://www.cnblogs.com/Raising-Sun/p/5970662.html#3534606)
13+
14+
15+
16+
## Linked List Basic
1217
| # | Title | Solution | Time | Space | Difficulty |Tag| Note|
1318
|-----|-------| -------- | ---- | ------|------------|---|-----|
1419
|21| [Merge Two Sorted Lists](https://leetcode.com/problems/merge-two-sorted-lists) | [Python](./linkedlist/MergeTwoSortedLists.py) | _O(n)_| _O(n)_ | Easy || Iteratively|
@@ -43,3 +48,9 @@ Success is like pregnancy, Everybody congratulates you but nobody knows how many
4348
| # | Title | Solution | Time | Space | Difficulty |Tag| Note|
4449
|-----|-------| -------- | ---- | ------|------------|---|-----|
4550
|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 | ||
51+
52+
53+
54+
## 4/17 Tasks (Stacks and Queues: CtCi Chapter 3)
55+
| # | Title | Solution | Time | Space | Difficulty |Tag| Note|
56+
|-----|-------| -------- | ---- | ------|------------|---|-----|

0 commit comments

Comments
 (0)