You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,10 @@ Success is like pregnancy, Everybody congratulates you but nobody knows how many
21
21
|2|[Add Two Numbers](https://leetcode.com/problems/add-two-numbers/#/description)|[Python](./linkedlist/addTwoNumbers.py)|_O(n)_|_O(n)_| Medium |CC189||
22
22
|445|[Add Two Numbers II](https://leetcode.com/problems/add-two-numbers-ii/#/description)|[Python](./linkedlist/addTwoNumbersTwo.py)|_O(n)_|_O(n)_| Medium |CC189 |Stack|
23
23
24
-
## Daily Task
24
+
## 4/14 Tasks (LinkedList Medium)
25
25
| # | Title | Solution | Time | Space | Difficulty |Tag| Note|
|142|[Linked List Cycle II](https://leetcode.com/problems/linked-list-cycle-ii/#/description)|[Python](./linkedlist/detectCycleii.py)|_O(n)_|_O(1)_| Medium |CC189 |[Video](https://www.youtube.com/watch?v=iZVBVCpmugI&t=1s)|
28
28
|328|[Odd Even Linked List](https://leetcode.com/problems/odd-even-linked-list/#/description)|[Python](./linkedlist/oddEvenList.py)|_O(n)_|_O(1)_| Medium |||
29
-
|143|[Reorder List](https://leetcode.com/problems/reorder-list/#/description)|[Python](./linkedlist/reorderList.py)|_O(n)_|_O(1)_| Medium |||
29
+
|143|[Reorder List](https://leetcode.com/problems/reorder-list/#/description)|[Python](./linkedlist/reorder.py)|_O(n)_|_O(1)_| Medium |||
30
+
|24|[Swap Nodes in Pairs](https://leetcode.com/problems/swap-nodes-in-pairs/#/solutions)|[Python](./linkedlist/swapPairs.py)|_O(n)_|_O(1)_| Medium |||
0 commit comments