Difference between avl tree and binary search tree
Answers
Answered by
0
Answer:
Explanation:
Binary Search Tree:— A Binary tree, at every node Root is greater than Left child and Root is smaller than its Right child. AVL Tree:— AVL Tree is defined as the balanced Binary Search Tree. Here Balance means at every node the difference in the height of Left Sub Tree and the Right Sub Tree is -1, 0 or 1.
Similar questions
Math,
6 months ago
Physics,
6 months ago
Social Sciences,
6 months ago
Hindi,
1 year ago
Hindi,
1 year ago