AVL

51 阅读1分钟

AVL Tree

AVL Tree使用高度差作为平衡因子,他要求兄弟的高度差的绝对值不超过1

code

avl Tree代码 {% include_code tree lang:cpp cpp/perfect/data_structure/avl_tree.h %}