Multiple Choice
If a binary search tree becomes unbalanced after an element is added, it is sometimes possible to efficiently rebalance the tree by ___________________ .
A) using left and right rotations
B) selecting a leaf node to use as a new root
C) reconstructing the tree from scratch
D) all of the above
E) it is impossible to rebalance a tree efficiently
Correct Answer:

Verified
Correct Answer:
Verified
Q13: A _ is a tree whose elements
Q14: When adding a new element to a
Q15: When removing an element from a binary
Q16: Does the find and add operations on
Q17: Explain the process of removing an element
Q19: When removing an element from a binary
Q20: A binary search tree that is highly
Q21: A heap sort sorts elements by constructing
Q22: In a binary search tree, the elements
Q23: What is a binary search tree?