mandingo
MIS
- Mar 8, 2000
- 3
is there a way to write a stack-base implementation of postorder traversal of a binary tree without using recursion?<br>
<br>
how do I save the right subtree and the root at the same time while the left subtree is visited?
<br>
how do I save the right subtree and the root at the same time while the left subtree is visited?