Topic: Tree Problem / Level: advanced

Problem: Implement a function to perform a post-order traversal of a binary tree without recursion.

Run the code to see the output here...