Topic: Linked List Problem / Level: intermediate

Problem: Write a function to detect the intersection point of two unsorted singly linked lists without using extra memory.

Run the code to see the output here...