Answer Posted / narendra sharma
Avl tree is self binary tree in which balancing factor lie
between the -1 to 1.It is also known as self balancing tree.
so BF=h(T(left sub tree))-h(T(right sub tree));
| Is This Answer Correct ? | 57 Yes | 2 No |
Post New Answer View All Answers
What is a concurrenthashmap?
What is the basic of data structure?
What is meant by a dynamic array?
List the data structures which are used in rdbms.
Briefly explain recursive algorithm?
What are the categories of avl rotations?
write a program to show the insertion and deletion of an element in an array using the position
What is the use of isEmpty() member methods?
What is a subtree?
When new data are to be inserted into a data structure?
What is the difference between arrays sort and collections sort?
Explain what is a spanning tree?
What do you know about the big-o notation and can you give some examples with respect to different data structures?
Calculate the address of a random element present in a 2d array, given base address as ba.
Can list contain null values?