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.
|
1
|
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.
|
||||||||||
|
|
|
Here's a sample from wikipedia:
|
||
|