Topic: Tree Problem / Level: advanced

Problem: Given a binary tree, flatten it to a linked list in-place.

Run the code to see the output here...