Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is AVL tree?

Answers were Sorted based on User's Feedback



what is AVL tree?..

Answer / 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

what is AVL tree?..

Answer / kalpana rana

An AVL tree is a binary tree in which the difference between
the height of the right and left subtrees (or the root node)
is never more than one.

Is This Answer Correct ?    11 Yes 3 No

what is AVL tree?..

Answer / pilli.ramakrishna (student of

An AVL tree is a self-balancing binary search tree, and it
was the first such data structure to be invented.In an AVL
tree, the heights of the two child subtrees of any node
differ by at most one. Lookup, insertion, and deletion all
take O(log n) time in both the average and worst cases,
where n is the number of nodes in the tree prior to the
operation. Insertions and deletions may require the tree to
be rebalanced by one or more tree rotations.

Is This Answer Correct ?    7 Yes 0 No

what is AVL tree?..

Answer / princy

it is a height balanced binary search tree!

Is This Answer Correct ?    5 Yes 1 No

what is AVL tree?..

Answer / baskar

AVL is balance the binary tree and the make the time
complexity is O(log n).

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More Data Structures Interview Questions

What are the topics in data structures?

0 Answers  


What is meant by balanced binary tree?

0 Answers  


Where is insertion sort used?

0 Answers  


What is mergesort and hashtable?

0 Answers  


What is binary tree? Explain its uses.

0 Answers  


Define a priority queue?

0 Answers  


Define a binary tree?

0 Answers  


Define the graph data structure?

0 Answers  


What is heap tree explain with example?

0 Answers  


what is mean by d-queue?

11 Answers  


Explain the Queue

0 Answers   Tech Mahindra,


Calculate the address of a random element present in a 2d array, given base address as ba.

0 Answers  


Categories