Topic: Tree Problem / Level: advanced

Problem: Implement a function to perform in-order traversal of a binary tree iteratively.

Run the code to see the output here...