Tel No. (+91) 7015535114

For Linkedlist

Level 1


Question 1

Write a Program to reverse the Linked List. (Both Iterative and recursive)

Try YourSelf

View Solution

Video Solution

Question 2

Reverse a Linked List in group of Given Size. [Very Imp]

Try YourSelf

View Solution

Video Solution

Question 3

Write a program to Detect loop in a linked list.

Try YourSelf

View Solution

Video Solution

Question 4

Write a program to Delete loop in a linked list.

Try YourSelf

View Solution

Video Solution

Level 2


Question 1

Find the starting point of the loop. 

Try YourSelf

View Solution

Video Solution

Question 2

Remove Duplicates in a sorted Linked List.

Try YourSelf

View Solution

Video Solution

Question 3

Remove Duplicates in a Un-sorted Linked List.

Try YourSelf

View Solution

Video Solution

Question 4

Write a Program to Move the last element to Front in a Linked List.

Try YourSelf

View Solution

Video Solution

Level 3


Question 1

Add “1” to a number represented as a Linked List.

Try YourSelf

View Solution

Video Solution

Question 2

Add two numbers represented by linked lists.

Try YourSelf

View Solution

Video Solution

Question 3

Intersection of two Sorted Linked List.

Try YourSelf

View Solution

Video Solution

Question 4

Intersection Point of two Linked Lists.

Try YourSelf

View Solution

Video Solution

Level 4


Question 1

Merge Sort For Linked lists.[Very Important]

Try YourSelf

View Solution

Video Solution

Question 2

Quicksort for Linked Lists.[Very Important]

Try YourSelf

View Solution

Video Solution

Question 3

Find the middle Element of a linked list.

Try YourSelf

View Solution

Video Solution

Question 4

Check if a linked list is a circular linked list.

Try YourSelf

View Solution

Video Solution

Level 5


Question 1

Split a Circular linked list into two halves.

Try YourSelf

View Solution

Video Solution

Question 2

Write a Program to check whether the Singly Linked list is a palindrome or not.

Try YourSelf

View Solution

Video Solution

Question 3

Deletion from a Circular Linked List.

Try YourSelf

View Solution

Video Solution

Question 4

Reverse a Doubly Linked list.

Try YourSelf

View Solution

Video Solution

Level 6


Question 1

Find pairs with a given sum in a DLL.

Try YourSelf

View Solution

Video Solution

Question 2

Count triplets in a sorted DLL whose sum is equal to given value “X”.

Try YourSelf

View Solution

Video Solution

Question 3

Sort a “k”sorted Doubly Linked list.[Very IMP]

Try YourSelf

View Solution

Video Solution

Question 4

Rotate DoublyLinked list by N nodes.

Try YourSelf

View Solution

Video Solution

Level 7


Question 1

Rotate a Doubly Linked list in group of Given Size.[Very IMP]

Try YourSelf

View Solution

Video Solution

Question 2

Can we reverse a linked list in less than O(n) ?

Try YourSelf

View Solution

Video Solution

Question 3

Why Quicksort is preferred for. Arrays and Merge Sort for LinkedLists ?

Try YourSelf

View Solution

Video Solution

Question 4

Flatten a Linked List

Try YourSelf

View Solution

Video Solution

Level 8


Question 1

Sort a LL of 0's, 1's and 2's

Try YourSelf

View Solution

Video Solution

Question 2

Clone a linked list with next and random pointer

Try YourSelf

View Solution

Video Solution

Question 3

Merge K sorted Linked list

Try YourSelf

View Solution

Video Solution

Question 4

Multiply 2 no. represented by LL

Try YourSelf

View Solution

Video Solution

Level 9


Question 1

Delete nodes which have a greater value on right side

Try YourSelf

View Solution

Video Solution

Question 2

Segregate even and odd nodes in a Linked List

Try YourSelf

View Solution

Video Solution

Question 3

Program for n’th node from the end of a Linked List

Try YourSelf

View Solution

Video Solution

Question 4

Find the first non-repeating character from a stream of characters

Try YourSelf

View Solution

Video Solution