Data Structures Question:

In an AVL tree, at what condition the balancing is to be done?

Data Structures Interview Question
Data Structures Interview Question

Answer:

If the pivotal value (or the Height factor) is greater than 1 or less than 1.


Previous QuestionNext 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?