Vidyalelo
Data Structure · Q294

Sorting Algorithms

Programming · Data Structure · question 294

Q294

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

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

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board