In an AVL tree, at what condition the balancing is to be done?
Answer Posted / 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 View All Answers
What are the different types of data type?
What is the difference between arraylist and array?
Is bubble sort slow?
How do you sort a list in reverse order?
What is a height of a tree?
What do you mean by primary clustering?
What is collections singletonmap?
What do you understand by stable sort?
Explain what is the data structures used to perform recursion?
What is declaring array?
Is there any difference between int[] a and int a[]?
What is binary search in programming?
What is time and space complexity of bubble sort?
What is the default size of arraylist?
What is difference between arraylist and linkedlist?