This is java project explaining the Linked list problem statements and its implemented solutions.
I tried to cover following questions and its solutions
Question 1: How to find middle element of linked list in one pass ?
Question 2: How to find if a linked list has a loop ?
Question 3: How to find the third element from the end in a linked list in one pass ?
Thank you!!!