1.

In binary tree sort, we first construct the BST and then we perform _______ traversal to get the sorted order.

A. inorder
B. postorder
C. preorder
D. level order
Answer» B. postorder


Discussion

No Comment Found