Data Structures

1: A list integers is read in, one at a time, and a binary search tree is constructed. Next the tree is traversed would result in a printout which duplicates the original order of the list of integers?
A. Preorder
B. Postorder
C. Inorder
D. None of these
 

Answer : D

Explanation :

Rajesh said: (10:15am on Sunday 1st April 2018)
It is Inorder traversal

Write your comments here:


Report Error
 

Option: A

Explanation : Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here.