RB-Tree
RB-Tree,一种自平衡的二叉查找树,以其高效的插入、删除和搜索操作广泛应用于数据结构与算法领域。在电子技术中,RB-Tree是实现高效内存管理、数据库索引及实时系统调度的关键技术之一。掌握RB-Tree原理不仅能够提升工程师解决复杂问题的能力,还能优化软件性能。本页面汇集了333个精选资源,涵盖...
资源总数
210
RB-Tree 全部资料 210 份
Binary Search Tree Implementation with extra features like Maximum Depth of a tree, Minimum element
Binary Search Tree Implementation with extra features like Maximum Depth of a tree, Minimum element in the BST and Mirro...
2017-09-03
23
Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely ba
Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely balanced. -If the hei...
2017-05-25
33
X-tree的C++源码
X-tree的C++源码,对应文章S. Berchtold, D. A. Keim, H.-P. Kriegel: The X-tree : An Index Structure for High-Dimensional Data.
2015-08-22
149
Linux下的tree命令
Linux下的tree命令,同window,功能更强大! 1、下载tree-1.5.1.1源程序 2、解压源码到工作目录tar zxvf tree-1.5.1.1.tgz 3、在tree-1.5.1.1目录交叉编译:make CC=a...
2016-09-27
83