PostorderTreeTraversal

Tree traversal algorithm that on each level of a tree visits root after traversing all its subtrees.

Properties and methods of this class are fully compatible with:

PreorderTreeTraversal

Last updated

Was this helpful?