OurBigBook
About
$
Donate
Sign in
Sign up
by
Ciro Santilli
(
@cirosantilli,
34
)
Iterative post-order
...
Graph
Type of graph
Tree
Tree traversal
Depth-first search
Post-order depth-first search
Like
(0)
0 By others
on same topic
0 Discussions
Updated
2024-11-15
Created
1970-01-01
See my version
This is the hardest one to do iteratively.
Bibliography:
stackoverflow.com/questions/1294701/post-order-traversal-of-binary-tree-without-recursion
stackoverflow.com/questions/50645284/non-recursive-post-order-graph-traversal
Table of contents
Iterative post-order with two stacks
Iterative post-order
Iterative post-order with one stack
Iterative post-order
Iterative post-order with two stacks
0
0
0
Iterative post-order
www.geeksforgeeks.org/iterative-postorder-traversal/
Iterative post-order with one stack
0
0
0
Iterative post-order
www.geeksforgeeks.org/iterative-postorder-traversal-using-stack/
Ancestors
(10)
Post-order depth-first search
Depth-first search
Tree traversal
Tree
Type of graph
Graph
Discrete mathematics
Area of mathematics
Mathematics
Home
View article source
Discussion
(0)
Subscribe (1)
New discussion
There are no discussions about this article yet.
Articles by others on the same topic
(0)
There are currently no matching articles.
See all articles in the same topic
Create my own version