Data Structures Question:
In an AVL tree, at what condition the balancing is to be done?
Answer:
If the pivotal value (or the Height factor) is greater than 1 or less than 1.
Previous Question | Next Question |
What is the bucket size, when the overlapping and collision occur at same time? | Minimum number of queues needed to implement the priority queue? |