Topic: Linked List Problem / Level: intermediate

Problem: Write a function to check if two singly linked lists are mirror images of each other.

Run the code to see the output here...