Linked List Problems

1

Reverse Linked List

2

Linked List Cycle

3

Merge Two Sorted Lists

4

Delete without Head node

5

Remove duplicates from an unsorted linked list

6

Sort a linked list of 0s-1s-or-2s

7

Multiply two numbers represented linked lists

8

Remove nth node from end of list

9

Reorder List

10

Detect and remove loop in a linked list

11

Write a Function to get the Intersection Point of two Linked Lists

12

Flatten a linked list with next and child pointers

13

Linked list in zig-zag fashion

14

Reverse a doubly linked list

15

Delete nodes which have a greater value on right side

16

Segregate even and odd Elements in a Linked List

17

Point to next higher value node in a linked list with an Arbitrary Pointer

18

Rearrange a given linked list in place

19

Sort Biotonic Doubly Linked Lists

20

Merge K Sorted Lists

21

Merge sort for linked list

22

Quicksort on singly-linked list

23

Sum of two linked lists

24

Flattening a linked list

25

Clone a linked list with next and random Pointer

26

Subtract two numbers represented as linked lists