Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 225 Bytes

avl_tree.md

File metadata and controls

4 lines (3 loc) · 225 Bytes

AVL树

这个是当时在数据结构课本上学到的平衡二叉树,比较经典,旋转操作稍微有些复杂,但是不难理解,没有自己尝试过写出完整代码。 有时间需要再理解和写一遍