搜索资源列表
Treap
- 实现TREAP,有兴趣可以看一下-achieve TREAP are interested can look at.
Treap
- 我用Pascal写的平衡二叉树的Treep算法,既Tree+Heap的算法,效率相对AV算法不差不多,可以参考
data_structures
- 一些重要的数据结构,有堆,平衡树treap, 并查集等。
CodeWin
- Data Structures and Algorithm Analysis in Java -- Source Code-Data Structures and Algorithm Analysis in Java-- Source Code
Treap
- 实现TREAP,有兴趣可以看一下-achieve TREAP are interested can look at.
E64_0230
- 平衡二叉树操作的演示 一、 需求分析 (1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。 (2) 初始,平衡二叉树为空树,操作界面给出查找,插入和删除三种操供选择。每种操作均要提示输入关键字。每次插入和删除一个接点时,显示更新的平衡二叉树。 (3) 重点在于对删除算法的实现。假设要删除的关键字为X的结点,若X不在叶子结点上,则用左子树中的最大值或者右子树中的最小值取代X。如此反复,直到删除动作传递到
Treap
- 我用Pascal写的平衡二叉树的Treep算法,既Tree+Heap的算法,效率相对AV算法不差不多,可以参考
data_structures
- 一些重要的数据结构,有堆,平衡树treap, 并查集等。-Some important data structures, there are a heap of tree balance treap, and check books.
treap
- treap的c++实现。有良好的可读性。并且多次验证了可行性-treap of c++ achieve. Good readability. And repeatedly verified the feasibility of
3481_treap
- 一个数据结构的程序,treap的实现,其实是PKU上的一个题3481-treap
Balanced_Tree_Code
- 平衡树代码大全,有treap和SBT两种平衡树的完整代码-Code Complete, balanced tree, with two balanced tree SBT treap and the complete code
SPOJ3273_treap
- 数据结构Treap的C++实现,时间复杂度nlogn-Data structure Treap the C++ implementation, the time complexity nlogn
Treap
- Treap C++模板类 实现了treap数据结构 同时具有堆和二叉树的性质-Treap C++ template class implements the treap data structure of both the nature of the heap and binary tree
Treap
- 将二叉堆树 在控制台下 调用 api 函数 用 图形树打印,-The binary tree in the control of the tree with graphic print
treap
- Treaps.rar Treap is between tree and heap
New-Text-Document-(2)
- TREAP C== THE GIOO BY SI=UBMITION OR FUCKINF THAT
Size-Balance-Tree-and-Treap-ADT
- Size Balance Tree和Treap的ADT接口和实现,使用心得和大家分享一下-Size Balance, Tree and Treap the ADT interface and implementation, use the experience and share with you
treap
- treap代码,pascal实现,信息学竞赛必备-treap code, pascal achieved informatics contest essential
Treap
- 数据结构treap实现的一个class模板,实现简单高效易懂-Treap a class template data structure implemented, simple to understand and efficient
Treap
- 树堆,实现树堆的插入删除查找最大最小前驱后继和遍历功能-Tree heap, heap insert delete search tree to achieve the maximum and minimum precursor of subsequent and traversal functions