Vidyalelo
Data Structure · Q33

Binary Search Trees(B Tree)

Programming · Data Structure · question 33

Q33

Which traversal method is used to obtain the nodes of a BST in the reverse order of their sorted values?

A.
Reverse Inorder
Answer
B.
Preorder
C.
Postorder
D.
Level-order

Answer: Option A

Solution

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