Topic: Linked List Problem / Level: intermediate

Problem: How do you find the intersection point of two sorted singly linked lists?

Run the code to see the output here...