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 do you know about different sorting algorithms?

1150


How can I study data structures and algorithms?

1010


Write the syntax in c to create a node in the singly linked list.

1063


Explain the Complete structure of hashmap along with the basic coding of the hashmap internal implementation.

1152


How can you insert a node to the beginning of a singly linked list?

992


Why is data structure?

913


Which interfaces are implemented by enumset?

934


Construct a doubly linked list using a single pointer in each node?

997


Why do we need to recycle?

904


how to add an item to the beginning of the list?

1017


What is meant by deque?

968


How do you do a mergesort?

950


What does map stand for?

1081


List the applications of queues?

984


What is circular linked list?

1003