Topic: Linked List Problem / Level: advanced

Problem: How do you detect the first common node in two multilevel circular singly linked lists where each list contains both forward and backward pointers?

Run the code to see the output here...