Question
Which statement about Binary Search Tree is correct?
Select an option. Your answer will be checked instantly.
Correct Answer: C. an inorder traversal produces keys in sorted order
Explanation:
The defining property is that an inorder traversal produces keys in sorted order.
The other statements describe different structures or concepts.
Leave a Reply