File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,21 @@ This repository contains LeetCode resources which are useful during interview pr
6464
6565## Must-Do Problems (Topic Wise)
6666### Linked List
67+ - [ Reverse Linked List] ( https://leetcode.com/problems/reverse-linked-list/description/ )
68+ - [ Linked List Cycle] ( https://leetcode.com/problems/linked-list-cycle/description/ )
69+ - [ Merge Two Sorted Lists] ( https://leetcode.com/problems/merge-two-sorted-lists/description/ )
70+ - [ Intersection of Two Linked Lists] ( https://leetcode.com/problems/intersection-of-two-linked-lists/description/ )
71+ - [ Remove Nth Node From End of List] ( https://leetcode.com/problems/remove-nth-node-from-end-of-list/description/ )
72+ - [ Add Two Numbers] ( https://leetcode.com/problems/add-two-numbers/description/ )
73+ - [ Copy List with Random Pointer] ( https://leetcode.com/problems/copy-list-with-random-pointer/description/ )
74+ - [ Flatten a Multilevel Doubly Linked List] ( https://leetcode.com/problems/flatten-a-multilevel-doubly-linked-list )
75+ - [ Rotate List] ( https://leetcode.com/problems/rotate-list/description/ )
76+ - [ Sort List] ( https://leetcode.com/problems/sort-list/description/ )
77+ - [ Remove Duplicates from Sorted List II] ( https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii/description/ )
78+ - [ LRU Cache] ( https://leetcode.com/problems/lru-cache/description/ )
79+ - [ Design Browser History] ( https://leetcode.com/problems/design-browser-history/description/ )
80+ - [ Merge k Sorted Lists] ( https://leetcode.com/problems/merge-k-sorted-lists/description/ )
81+ - [ Reverse Nodes in k-Group] ( https://leetcode.com/problems/reverse-nodes-in-k-group/description/ )
6782### Stacks
6883### Queues
6984### Binary Trees
You can’t perform that action at this time.
0 commit comments