Q1 : Find the kth to last element of a singly linked list (the linked list size is unknown) and return the element (the address of the node).
Implement the following pseudo code:
See diagram: see image.
Q2 : Remove duplicates from an unsorted linked list
See diagram: see image.