Examveda

What is the main advantage of using a Binary Search Tree (BST) over an unsorted list?

A. It allows for faster search, insertion, and deletion operations.

B. It uses less memory.

C. It is easier to implement.

D. It maintains elements in sorted 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)