https://zepelown.wordpress.com/2025/04/22/avl-tree-main-concept/
AVL Tree – Main Concept
What is AVL Tree? A AVL Tree is a kind of self-balancing binary search tree, which keeps balancing the left sub-tree height and right sub-tree height. So using an AVL Tree, we can compute insertion…
zepelown.wordpress.com
'영어로 쓰기 > 자료구조' 카테고리의 다른 글
[영어로 쓰기]B-Tree (0) | 2025.04.15 |
---|