File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,5 @@ Success is like pregnancy, Everybody congratulates you but nobody knows how many
13
13
| -----| -------| -------- | ---- | ------| ------------| ---| -----|
14
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
15
| 21| [ Merge Two Sorted Lists] ( https://leetcode.com/problems/merge-two-sorted-lists ) | [ Python] ( ./linkedlist/MergeTwoSortedLists.py ) | _ O(n)_ | _ O(n)_ | Easy || Iteratively|
16
- | 89 | [ Partition List] ( https://leetcode.com/problems/partition-list/ ) | [ Python] ( ./linkedlist/PartitionLinkedList.py ) | _ O(n)_ | _ O(n)_ | Easy | CC189| ||
16
+ | 89 | [ Partition List] ( https://leetcode.com/problems/partition-list/ ) | [ Python] ( ./linkedlist/PartitionLinkedList.py ) | _ O(n)_ | _ O(n)_ | Easy | CC189| |
17
+ | 141 | [ Partition List] ( https://leetcode.com/problems/linked-list-cycle/#/description ) | [ Python] ( ./linkedlist/LinkedListCycle.py ) | _ O(n)_ | _ O(1)_ | Easy | CC189| Two Pointers|
You can’t perform that action at this time.
0 commit comments