Examveda

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.

B. Simpler implementation.

C. Requires less memory.

D. Easier to maintain order.

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)