Topic: Linked List Problem / Level: beginner

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

Run the code to see the output here...