@@ -166,19 +166,19 @@ Before checking the solutions, challenge yourself to solve the problems on your
166
166
This approach builds solid problem-solving skills.
167
167
168
168
169
- - [ Middle of Linked List] ( https://leetcode.com/problems/middle-of-the-linked-list/ )
170
- - [ Reverse Linked List] ( https://leetcode.com/problems/reverse-linked-list/ )
171
- - [ Merge Two Sorted Lists] ( https://leetcode.com/problems/merge-two-sorted-lists/ )
172
- - [ Remove Duplicates from Sorted list I] ( https://leetcode.com/problems/remove-duplicates-from-sorted-list/ )
173
- - [ Remove Duplicates from Sorted list II] ( https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii/ )
174
- - [ Linked List Cycle I] ( https://leetcode.com/problems/linked-list-cycle/ )
175
- - [ Linked List Cycle II] ( https://leetcode.com/problems/linked-list-cycle-ii/ )
176
- - [ Intersection of Two Linked Lists] ( https://leetcode.com/problems/intersection-of-two-linked-lists/ )
177
- - [ Next Greater Node in Linked List] ( https://leetcode.com/problems/next-greater-node-in-linked-list/ )
178
- - [ Remove Zero Consecutive Nodes from Linked List] ( https://leetcode.com/problems/remove-zero-sum-consecutive-nodes-from-linked-list/ )
179
- - [ Reverse Linked List II] ( https://leetcode.com/problems/reverse-linked-list-ii/ )
180
- - [ Odd Even Linked list] ( https://leetcode.com/problems/odd-even-linked-list/ )
181
- - [ Swap Nodes in Pairs] ( https://leetcode.com/problems/swap-nodes-in-pairs/ )
182
- - [ Reorder List] ( https://leetcode.com/problems/reorder-list/ )
183
- - [ Remove Nth Node from End of List] ( https://leetcode.com/problems/remove-nth-node-from-end-of-list/ )
184
- - [ Merge K Sorted Lists] ( https://leetcode.com/problems/merge-k-sorted-lists/ )
169
+ 1 . [ Middle of Linked List] ( https://leetcode.com/problems/middle-of-the-linked-list/ )
170
+ 2 . [ Reverse Linked List] ( https://leetcode.com/problems/reverse-linked-list/ )
171
+ 3 . [ Merge Two Sorted Lists] ( https://leetcode.com/problems/merge-two-sorted-lists/ )
172
+ 4 . [ Remove Duplicates from Sorted list I] ( https://leetcode.com/problems/remove-duplicates-from-sorted-list/ )
173
+ 5 . [ Remove Duplicates from Sorted list II] ( https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii/ )
174
+ 6 . [ Linked List Cycle I] ( https://leetcode.com/problems/linked-list-cycle/ )
175
+ 7 . [ Linked List Cycle II] ( https://leetcode.com/problems/linked-list-cycle-ii/ )
176
+ 8 . [ Intersection of Two Linked Lists] ( https://leetcode.com/problems/intersection-of-two-linked-lists/ )
177
+ 9 . [ Next Greater Node in Linked List] ( https://leetcode.com/problems/next-greater-node-in-linked-list/ )
178
+ 10 . [ Remove Zero Consecutive Nodes from Linked List] ( https://leetcode.com/problems/remove-zero-sum-consecutive-nodes-from-linked-list/ )
179
+ 11 . [ Reverse Linked List II] ( https://leetcode.com/problems/reverse-linked-list-ii/ )
180
+ 12 . [ Odd Even Linked list] ( https://leetcode.com/problems/odd-even-linked-list/ )
181
+ 13 . [ Swap Nodes in Pairs] ( https://leetcode.com/problems/swap-nodes-in-pairs/ )
182
+ 14 . [ Reorder List] ( https://leetcode.com/problems/reorder-list/ )
183
+ 15 . [ Remove Nth Node from End of List] ( https://leetcode.com/problems/remove-nth-node-from-end-of-list/ )
184
+ 16 . [ Merge K Sorted Lists] ( https://leetcode.com/problems/merge-k-sorted-lists/ )
0 commit comments