0
What is binary tree and AVL tree
Binary tree explanation
3 odpowiedzi
+ 5
Binary Tree is a tree each node has max 2 children. if left child is smaller than right for all nodes it is called Binary Search Tree(BST)
AVL is a BST with balance property. Balanced means it looks like a wide and short tree not one with long height. Then we can reach fruits faster without too much climbing
0
https://en.m.wikipedia.org/wiki/Binary_tree
https://en.m.wikipedia.org/wiki/AVL_tree