Adding Merge k sorted lists and remove nth Node from end of list

This commit is contained in:
hitanshu310 2025-03-16 03:38:15 +05:30
parent 459c45854b
commit 075c139a45

View File

@ -29,4 +29,6 @@
1. [Reverse Linked List](https://leetcode.com/problems/reverse-linked-list/description/) `Blind 75` `Striver` 1. [Reverse Linked List](https://leetcode.com/problems/reverse-linked-list/description/) `Blind 75` `Striver`
2. [Linked List Cycle](https://leetcode.com/problems/linked-list-cycle/description/) `Blind 75` `Leetcode 150` `Striver` 2. [Linked List Cycle](https://leetcode.com/problems/linked-list-cycle/description/) `Blind 75` `Leetcode 150` `Striver`
3. [Merge Two Sorted Lists](https://leetcode.com/problems/merge-two-sorted-lists/description/) `Blind 75` `Leetcode 150` `Striver` 3. [Merge Two Sorted Lists](https://leetcode.com/problems/merge-two-sorted-lists/description/) `Blind 75` `Leetcode 150` `Striver`
4. [Merge k Sorted Lists](https://leetcode.com/problems/merge-k-sorted-lists/description/) `Blind 75` `Leetcode 150` `Striver`
5. [Remove Nth Node From End of List](https://leetcode.com/problems/remove-nth-node-from-end-of-list/description/) `Blind 75` `Leetcode 150` `Striver`