Top 20 Linked List Interview Questions | Commonly Asked Linked List Interview Questions All Sets

SET 1

  1. Nth node from the end of a Linked List
  2. Reverse a linked list
  3. Detect and Remove Loop in a Linked List
  4. Intersection point of two Linked Lists.
  5. Clone a linked list with next and random pointer in O(1) space

SET 2

    1. Print the middle of a given linked list
    2. Merge Sort for Linked Lists
    3. Reverse alternate K nodes in a Singly Linked List
    4. Reverse a Linked List in groups of given size
    5. Given only a pointer to a node to be deleted in a singly linked list, how do you delete it?

    SET 3

      Comments