Skip to content

Commit e67ba92

Browse files
committed
update readme
1 parent 5e669b9 commit e67ba92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ Success is like pregnancy, Everybody congratulates you but nobody knows how many
1212
| # | Title | Solution | Time | Space | Difficulty |Tag| Note|
1313
|-----|-------| -------- | ---- | ------|------------|---|-----|
1414
|234|[Palindrome Linked List](https://leetcode.com/problems/palindrome-linked-list/) | [Python](./linkedlist/palindrome.py) | _O(n)_| _O(1)_ | Easy |CC189| Two Pointers|
15+
|21| [Merge Two Sorted Lists](https://leetcode.com/problems/merge-two-sorted-lists) | [Python](./linkedlist/MergeTwoSortedLists.py) | _O(n)_| _O(n)_ | Easy || Iteratively|

0 commit comments

Comments
 (0)