Skip to content

Commit d21180b

Browse files
committed
fix linked list url
1 parent 24f97e1 commit d21180b

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Linked List/README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -166,19 +166,19 @@ Before checking the solutions, challenge yourself to solve the problems on your
166166
This approach builds solid problem-solving skills.
167167

168168

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/)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
- [Objects](https://github.com/Vishal-raj-1/DSA-In-JS-With-Vishal/blob/main/Objects/README.md)
3333
- [Sorting](https://github.com/Vishal-raj-1/DSA-In-JS-With-Vishal/blob/main/Sorting/README.md)
3434
- [Set & Map](https://github.com/Vishal-raj-1/DSA-In-JS-With-Vishal/blob/main/Set%20%26%20Map/README.md)
35-
- [Linked List](https://github.com/Vishal-raj-1/DSA-In-JS-With-Vishal/tree/main/Linked%20%List/README.md)
35+
- [Linked List](https://github.com/Vishal-raj-1/DSA-In-JS-With-Vishal/blob/main/Linked%20List/README.md)
3636

3737
## Upcoming Topics
3838

0 commit comments

Comments
 (0)