Topic: Linked List Problem / Level: intermediate

Problem: Write a function to check if two sorted singly linked lists are identical.

Run the code to see the output here...