AVL-Tree
AVL树是一种自平衡二叉搜索树,通过维护树的高度差不超过1来保证高效的数据检索、插入与删除操作。广泛应用于数据库索引、内存管理及各类需要快速查找的应用场景中。掌握AVL树原理不仅能够提升软件开发效率,也是深入理解数据结构与算法的重要一步。本页面汇集了350份精选资源,从基础概念到高级应用一应俱全,助...
资源总数
229
AVL-Tree 热门资料
查看全部 229 份 →AVL Tree implementation: I also included a test function to compare the AVL Tree performance with S
AVL Tree implementation: I also included a test function to compare the AVL Tree performance with STL Set and Map. C...
2013-12-19
161
Addison-Velski 和 Landis (AVL-Tree s)的二叉树
Addison-Velski 和 Landis (AVL-Tree s)的二叉树,可以在对数时间内进行标准的操作,如插入、搜索和删除。
2013-12-25
119
It s a note on data structure---AVL tree, very clear and useful!
It s a note on data structure---AVL tree, very clear and useful!
2015-09-06
123
my AVL tree implementation. Have tested it for 8! deletions sequences with 8! insertion sequences. F
my AVL tree implementation. Have tested it for 8! deletions sequences with 8! insertion sequences. Fast for order statis...
2017-03-02
109