Computer Science, asked by mdkarimaazmi, 3 days ago

Avt tree in data structure

Answers

Answered by ranismita222
0

Answer:

An AVL tree is another balanced binary search tree. Named after their inventors, Adelson-Velskii and Landis, they were the first dynamically balanced trees to be proposed. Like red-black trees, they are not perfectly balanced, but pairs of sub-trees differ in height by at most 1, maintaining an O(logn) search time.

Similar questions