Examlex

Solved

You Wish to Traverse a Binary Search Tree Using Postorder

question 17

Multiple Choice

You wish to traverse a binary search tree using postorder traversal.Arrange the following actions in the correct order to accomplish this.
i.Print the right subtree recursively
II.Print the root
III.Print the left subtree recursively


Definitions:

Related Questions