visitPostOrder
Performs a post-order node traversal starting with a given node. When each node is visited, process is called for further processing.
Parameters
node
The node at which the traversal begins.
Performs a post-order node traversal starting with a given node. When each node is visited, process is called for further processing.
The node at which the traversal begins.