Examveda

What is the result of an inorder traversal of a Binary Search Tree (BST)?

A. Nodes are visited in ascending order.

B. Nodes are visited in descending order.

C. Nodes are visited in the order of their depth.

D. Nodes are visited in the order they are inserted.

Answer: Option A


This Question Belongs to Data Structure >> Binary Search Trees(B Tree)

Join The Discussion

Related Questions on Binary Search Trees(B Tree)