Vidyalelo
Data Structure · Q17

Binary Search Trees(B Tree)

Programming · Data Structure · question 17

Q17

What is the primary advantage of using a Binary Search Tree (BST) over an array for searching?

A.
Faster search operations due to sorted order.
Answer
B.
Simpler implementation.
C.
Requires less memory.
D.
Easier to maintain order.

Answer: Option A

Solution

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