Examveda

In which scenario is a Binary Search Tree (BST) not suitable?

A. When the data is not sorted.

B. When frequent insertions and deletions are needed.

C. When the tree must be balanced at all times.

D. When elements need to be stored in a priority 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)