Coding Problems
#
Detect cycles in a linked list
#
Remove duplicates in a sorted linked list
#
Keep the first node
#
Keep the last node
#
Remove all duplicates
#
Remove duplicates in an unsorted linked list
#
Keep the first node
#
Keep the last node
#
Remove all duplicates
#
Remove k-th last node
#
Remove k-th node from i-th node
#