Which of the following is an advantage of balanced binary search tree, like AVL tree, compared to binary heap?
(a) insertion takes less time
(b) deletion takes less time
(c) searching takes less time
(d) construction of the tree takes less time than binary heap
Question is from Binary Trees topic in portion Binary Trees of Data Structures & Algorithms I
The question was asked by my school teacher while I was bunking the class.