Adding Copy List with Random pointer

This commit is contained in:
hitanshu310 2025-03-22 15:41:24 +05:30
parent 4a1c235c5c
commit 29ff76ebe1

View File

@ -36,3 +36,5 @@
8. [Delete Node in a Linked List](https://leetcode.com/problems/delete-node-in-a-linked-list/description/) `Leetcode 150` `Striver`
9. [Reverse a LinkedList in groups of size k.](https://leetcode.com/problems/reverse-nodes-in-k-group/description/) `Leetcode 150` `Striver`
10. [Rotate List](https://leetcode.com/problems/rotate-list/description/) `Leetcode 150` `Striver`
11. [Copy List with Random Pointer](https://leetcode.com/problems/copy-list-with-random-pointer/description/) `Leetcode 150` `Striver`
12.