Why it is said that searching a node in a binary search tree is efficient than that of a simple binary tree?



Why it is said that searching a node in a binary search tree is efficient than that of a simple bina..

Answer / Shilpi Priya

Searching a node in a binary search tree is efficient because the tree is sorted, allowing for a divide-and-conquer approach where the search space can be cut in half with each comparison.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is difference between hashmap and map?

1 Answers  


Why is concurrenthashmap thread safe?

1 Answers  


What method is used to place a value onto the top of a stack?

1 Answers  


How can you insert a node in a random location of the linked list?

1 Answers  


Why is hashing used?

1 Answers  


What are linear and non linear data structures?

1 Answers  


What is collections singletonmap?

1 Answers  


What is difference between set and map?

1 Answers  


Is priority queue sorted?

1 Answers  


Is quicksort a stable sorting algorithm?

1 Answers  


Is bubble sort adaptive?

1 Answers  


Which process places data at the back of the queue?

1 Answers  


Categories