Multiple Choice
The formula ____ is used to calculate the balance for each node of a binary search tree.
A) hR - hL
B) hR + hL
C) (hR - hL) *2
D) hR * hL
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: A(n) _ can be represented as either
Q2: If a node is balanced, insertion into
Q3: How would you rebalance a Left-Left tree?<br>A)
Q4: The _ of a tree is the
Q5: The average cost of a search in
Q7: Searches into an unbalanced binary search tree
Q8: Which of the following is the complete
Q9: A(n) _ contains two data fields, ordered
Q10: A Red-Black tree is a binary-tree equivalent
Q11: With respect to Red-Black trees, which of