what is AVL tree?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you sort an arraylist in descending order?

454


how to delete first node from singly linked list?

626


What is dangling pointer and how to avoid it?

541


How many passes does bubble sort need?

478


Define heap order property?

545






How many sorting algorithms are there?

551


Define a linear and non linear data structure.

503


List the differences between comparable and comparator interface?

492


What are the goals of data structure?

700


Why do we need linked list?

440


What are the different binary tree traversal techniques?

596


Where is insertion sort used?

493


Can a null element added to a treeset or hashset?

458


Can we put null value in hashmap?

477


What is integer max_value?

476