Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 27f812f

Browse files
Add linkedin list leetcode problems
1 parent be24a25 commit 27f812f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

‎README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /