Topic: Linked List Problem / Level: advanced

Problem: How do you reverse every k-th node in a multilevel doubly linked list where nodes have child and sibling pointers?

Run the code to see the output here...