An implementation to AVL Tree (using golang)
Oct 11, 2022 · 8 min read · introduction AVL Tree named after its inventor Adelson-Velskii and Landis is a sort of binary search tree. There is a balance factor -1,0,1 which represents the balance state on each node. For more simple implementation, we record the height of the ...
Join discussion




