Topic: Linked List Problem / Level: beginner

Problem: Write a function to find the intersection of two sorted linked lists.

Run the code to see the output here...