Skip to content

Commit

Permalink
Merge pull request kunal-kushwaha#510 from alokVerma749/assignmentLee…
Browse files Browse the repository at this point in the history
…tcode

Added list of questions provided by Leetcode according to the topic tags
  • Loading branch information
kunal-kushwaha authored Jan 11, 2022
2 parents 2ae2265 + fa0e3b5 commit 18f242d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions assignments/15-linkedlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
- [Linked List Cycle](https://leetcode.com/problems/linked-list-cycle/) `leetcode` `Samsung`
- [Remove Duplicates from Sorted List](https://leetcode.com/problems/remove-duplicates-from-sorted-list/)`leetcode`
- [Find All Numbers Disappeared in an Array](https://leetcode.com/problems/find-all-numbers-disappeared-in-an-array/) `leetcode`
- [Remove Linked List Elements](https://leetcode.com/problems/remove-linked-list-elements/) `leetcode`

## Medium
- [Design Twitter](https://leetcode.com/problems/design-twitter/) `leetcode`
- [ Design Linked List](https://leetcode.com/problems/design-linked-list/) `leetcode`
- [Reverse Linked List II](https://leetcode.com/problems/reverse-linked-list-ii/) `leetcode`
- [Reorder List](https://leetcode.com/problems/reorder-list/) `leetcode`
- [Remove Nth Node From End of List](https://leetcode.com/problems/remove-nth-node-from-end-of-list/) `leetcode` `HSBC`
Expand All @@ -30,6 +32,19 @@
- [Partition list](https://leetcode.com/problems/partition-list/) `leetcode`
- [Find first node of loop in a linked list](https://www.geeksforgeeks.org/find-first-node-of-loop-in-a-linked-list/) `GFG`
- [Swap Nodes in Pairs](https://leetcode.com/problems/swap-nodes-in-pairs/)`leetcode`
- [Remove Zero Sum Consecutive Nodes from Linked List](https://leetcode.com/problems/remove-zero-sum-consecutive-nodes-from-linked-list/) `leetcode`
- [Insertion Sort List](https://leetcode.com/problems/insertion-sort-list/)`leetcode`
- [ Reverse Nodes in Even Length Groups](https://leetcode.com/problems/reverse-nodes-in-even-length-groups/)`leetcode`
- [ Linked List Random Node](https://leetcode.com/problems/linked-list-random-node/)`leetcode`
- [Sort List](https://leetcode.com/problems/sort-list/)`leetcode`
- [ Merge In Between Linked Lists](https://leetcode.com/problems/merge-in-between-linked-lists/)`leetcode`
- [Design Browser History](https://leetcode.com/problems/design-browser-history/)`leetcode`
- [Delete the Middle Node of a Linked List](https://leetcode.com/problems/delete-the-middle-node-of-a-linked-list/)`leetcode`
- [Next Greater Node In Linked List](https://leetcode.com/problems/next-greater-node-in-linked-list/)`leetcode`
- [ Odd Even Linked List](https://leetcode.com/problems/odd-even-linked-list/)`leetcode`
- [Linked List Random Node](https://leetcode.com/problems/linked-list-random-node/)`leetcode`
- [Split Linked List in Parts](https://leetcode.com/problems/split-linked-list-in-parts/)`leetcode`
- [ Find the Minimum and Maximum Number of Nodes Between Critical Points](https://leetcode.com/problems/find-the-minimum-and-maximum-number-of-nodes-between-critical-points/)`leetcode`

## Hard
- [Reverse Nodes in k-Group](https://leetcode.com/problems/reverse-nodes-in-k-group/) `leetcode`
Expand Down

0 comments on commit 18f242d

Please sign in to comment.