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



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

Answer / ajay vikram

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

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What are the major data structures used in the rdbms?

0 Answers  


How hashmap increases its size?

0 Answers  


What are binary trees?

0 Answers  


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

0 Answers  


Does set allow null values?

0 Answers  






What is the use of tree data structure?

0 Answers  


Define internal nodes?

0 Answers  


Does hashmap maintain insertion order?

0 Answers  


When will you sort an array of pointers to list elements, rather than sorting the elements themselves?

5 Answers  


Should I use hashmap or hashtable?

0 Answers  


How do you represent a linked list?

0 Answers  


List the data structures which are used in rdbms.

0 Answers  


Categories