Back to Topics
Linked List
36 questions in this topic
| # | Status | Problem | Difficulty | Marks | Save | Notes | Revision |
|---|---|---|---|---|---|---|---|
| 1 |
Write a Program to reverse the Linked List. (Both Iterative and recursive)
|
Easy | 0 | ||||
| 2 |
Reverse a Linked List in group of Given Size. [Very Imp]
|
Easy | 0 | ||||
| 3 |
Write a program to Detect loop in a linked list.
|
Medium | 0 | ||||
| 4 |
Write a program to Delete loop in a linked list.
|
Medium | 0 | ||||
| 5 |
Find the starting point of the loop.
|
Medium | 0 | ||||
| 6 |
Remove Duplicates in a sorted Linked List.
|
Easy | 0 | ||||
| 7 |
Remove Duplicates in a Un-sorted Linked List.
|
Easy | 0 | ||||
| 8 |
Write a Program to Move the last element to Front in a Linked List.
|
Medium | 0 | ||||
| 9 |
Add “1” to a number represented as a Linked List.
|
Medium | 0 | ||||
| 10 |
Add two numbers represented by linked lists.
|
Medium | 0 | ||||
| 11 |
Intersection of two Sorted Linked List.
|
Medium | 0 | ||||
| 12 |
Intersection Point of two Linked Lists.
|
Medium | 0 | ||||
| 13 |
Merge Sort For Linked lists.[Very Important]
|
Medium | 0 | ||||
| 14 |
Quicksort for Linked Lists.[Very Important]
|
Medium | 0 | ||||
| 15 |
Find the middle Element of a linked list.
|
Medium | 0 | ||||
| 16 |
Check if a linked list is a circular linked list.
|
Medium | 0 | ||||
| 17 |
Split a Circular linked list into two halves.
|
Medium | 0 | ||||
| 18 |
Write a Program to check whether the Singly Linked list is a palindrome or not.
|
Easy | 0 | ||||
| 19 |
Deletion from a Circular Linked List.
|
Medium | 0 | ||||
| 20 |
Reverse a Doubly Linked list.
|
Easy | 0 | ||||
| 21 |
Find pairs with a given sum in a DLL.
|
Medium | 0 | ||||
| 22 |
Count triplets in a sorted DLL whose sum is equal to given value “X”.
|
Medium | 0 | ||||
| 23 |
Sort a “k”sorted Doubly Linked list.[Very IMP]
|
Medium | 0 | ||||
| 24 |
Rotate DoublyLinked list by N nodes.
|
Easy | 0 | ||||
| 25 |
Rotate a Doubly Linked list in group of Given Size.[Very IMP]
|
Easy | 0 | ||||
| 26 |
Can we reverse a linked list in less than O(n) ?
|
Easy | 0 | ||||
| 27 |
Why Quicksort is preferred for. Arrays and Merge Sort for LinkedLists ?
|
Medium | 0 | ||||
| 28 |
Flatten a Linked List
|
Medium | 0 | ||||
| 29 |
Sort a LL of 0's, 1's and 2's
|
Medium | 0 | ||||
| 30 |
Clone a linked list with next and random pointer
|
Medium | 0 | ||||
| 31 |
Merge K sorted Linked list
|
Medium | 0 | ||||
| 32 |
Multiply 2 no. represented by LL
|
Medium | 0 | ||||
| 33 |
Delete nodes which have a greater value on right side
|
Medium | 0 | ||||
| 34 |
Segregate even and odd nodes in a Linked List
|
Medium | 0 | ||||
| 35 |
Program for n’th node from the end of a Linked List
|
Medium | 0 | ||||
| 36 |
Find the first non-repeating character from a stream of characters
|
Medium | 0 |