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?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sorted map?

942


What is raid (redundant array of inexpensive disks)?

1041


Differentiate between file and structure storage structure.

1027


What do you mean by priority queue?

989


What is 2 dimensional linked list?

1056


What are two types of sorting?

1066


Which is better bubble sort or selection sort?

890


Can a null element added to a treeset or hashset?

917


Define leaves?

1128


What is array and string?

1021


Define balance factor of a node in avl tree?

1102


What is sorting and classifying?

967


Why might quick sort might be better than merge sort?

1079


What is 1d array?

1036


What is the limit of arraylist?

996