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.
AnswerB.
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