Examlex

Solved

You Wish to Traverse a Binary Search Tree in Sorted

question 30

Multiple Choice

You wish to traverse a binary search tree in sorted order using preorder 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