Tree data structure (树数据结构) 树是非常常见的结构,在这里将几种出名的结构进行简单分析和实现。 二叉查找树(Binary Search Tree) AVL树 (Adelson-Velsky and Landis Tree) 红黑树(Red–black tree) b-树(B-tree) B+树(BPlus Tree) how to build cd build_/ cmake .. make ./tree