Tagged Questions

4
votes
1answer
959 views

Post order traversal of binary tree without recursion

Hello fellow coders, Does anyone know the algorithm for doing a post order traversal of a binary tree WITHOUT using recursion. Any information would be greatly appreciated.