Topic: Linked List Problem / Level: intermediate

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

Run the code to see the output here...