Tagged Questions

16
votes
3answers
11k views

Post order traversal of binary tree without recursion

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