Linked List
Linked List
Serial
No. Questions
1 Write a Program to reverse the Linked List. (Both Iterative and recursive)
(https://www.geeksforgeeks.org/reverse-a-linked-list/)
18 Write a Program to check whether the Singly Linked list is a palindrome or not.
(https://practice.geeksforgeeks.org/problems/check-if-linked-list-is-
pallindrome/1)
22 Count triplets in a sorted DLL whose sum is equal to given value “X”.
(https://www.geeksforgeeks.org/count-triplets-sorted-doubly-linked-list-whose-
sum-equal-given-value-x/)
27 Why Quicksort is preferred for. Arrays and Merge Sort for LinkedLists ? (<->)