We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e669b9 commit e67ba92Copy full SHA for e67ba92
README.md
@@ -12,3 +12,4 @@ Success is like pregnancy, Everybody congratulates you but nobody knows how many
12
| # | Title | Solution | Time | Space | Difficulty |Tag| Note|
13
|-----|-------| -------- | ---- | ------|------------|---|-----|
14
|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