Topic: Linked List Problem / Level: intermediate

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

Run the code to see the output here...