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