Topic: Linked List Problem / Level: intermediate

Problem: How do you check if two doubly linked lists contain the same elements in the same order?

Run the code to see the output here...