Top Linked List Programming Interview Questions
- 1)Print Linked List elements
- 2)Reverse a linked list
- 3)Occurence of an integer in a Linked List
- 4)Pairwise swap elements of a linked list
- 5)Sorted insert for circular linked list
- 6)Split a Circular Linked List into two halves
- 7)Detect Loop in linked list
- 8) Delete Middle of Linked List
- 9) Delete without head pointer
- 10)Reverse a Linked List in groups of given size
- 11)Intersection Point in Y Shapped Linked Lists
- 12)Quick Sort on Linked List
No comments