Topic: Linked List Problem / Level: intermediate

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

Run the code to see the output here...