Struct PostOrder¶
Defined in File binary_node.hpp
Struct Documentation¶
-
struct PostOrder¶
Visit children nodes followed by parent node. Left will be visited before right.
Defined in File binary_node.hpp
Visit children nodes followed by parent node. Left will be visited before right.