File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -92,5 +92,14 @@ This repository contains the best free LeetCode resources for interview prep.
92
92
- [ Word Search II] ( https://leetcode.com/problems/word-search-ii/ )
93
93
- [ Maximum Width of Binary Tree] ( https://leetcode.com/problems/maximum-width-of-binary-tree/ )
94
94
95
+ ### Linked Lists
96
+ - [ Reverse Linked List] ( https://leetcode.com/problems/reverse-linked-list/description/?envType=list&envId=xler4hke )
97
+ - [ Reverse Linked List II] ( https://leetcode.com/problems/reverse-linked-list-ii/description/?envType=list&envId=xler4hke )
98
+ - [ Rotate List] ( https://leetcode.com/problems/rotate-list/description/?envType=list&envId=xler4hke )
99
+ - [ Odd Even Linked List] ( https://leetcode.com/problems/odd-even-linked-list/description/?envType=list&envId=xler4hke )
100
+ - [ Swap Nodes in Pairs] ( https://leetcode.com/problems/swap-nodes-in-pairs/description/?envType=list&envId=xler4hke )
101
+ - [ Reverse nodes in K group] ( https://leetcode.com/problems/reverse-nodes-in-k-group/description/?envType=list&envId=xler4hke )
102
+ - [ LRU Cache] ( https://leetcode.com/problems/lru-cache/description/ )
103
+
95
104
Your open-source contributions are appreciated!
96
105
You can’t perform that action at this time.
0 commit comments