File tree 1 file changed +15
-0
lines changed 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
64
64
65
65
## Must-Do Problems (Topic Wise)
66
66
### 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/ )
67
82
### Stacks
68
83
### Queues
69
84
### Binary Trees
You can’t perform that action at this time.
0 commit comments