Welcome![Sign In][Sign Up]
Location:
Search - black red tree

Search list

[JSP/Javaredblacknode tree

Description: 红黑树算法的java实现, 有说明十分清楚, 请您用winzip 解压缩-RED-BLACK TREE algorithm java, and it is very clear statement that you please use winzip decompress
Platform: | Size: 3252 | Author: 柳春 | Hits:

[Data structsrb_tree

Description: 红黑树数据结构的c实现-RED-BLACK TREE data structure to achieve the c
Platform: | Size: 2048 | Author: 霸王霸王 | Hits:

[Data structs红黑树

Description: 红黑树——一种数据结构的可视化画法-RED-BLACK TREE-- A data structure visualization method of painting
Platform: | Size: 35840 | Author: zeng | Hits:

[Data structsRBTree

Description: 使用VS.NET开发的数据结构红黑树可视化图形界面演示。可以进行节点的添加及删除。-use VS.NET development of the data structure RED-BLACK TREE visual graphical interface demo. The nodes can be added and deleted.
Platform: | Size: 100352 | Author: 阿赫 | Hits:

[JSP/Javaredblacknode tree

Description: 红黑树算法的java实现, 有说明十分清楚, 请您用winzip 解压缩-RED-BLACK TREE algorithm java, and it is very clear statement that you please use winzip decompress
Platform: | Size: 3072 | Author: 柳春 | Hits:

[Data structsRed_Black_Tree

Description: 本程序中提供了对红黑树这一重要数据结构的完整实现以及各种操作-the procedures provided by the RED-BLACK TREE this important data structure to achieve the integrity of various operational
Platform: | Size: 2048 | Author: 陈如山 | Hits:

[Data structsmanytrees

Description: 常用树数据结构集合,包括二叉树、二叉查找树、AA树、红黑树、伸展树的一整套实现,自带包装器、异常处理类,方便使用-common pool tree data structure, including the binary tree, binary search tree, AA tree, a red, black tree extend to achieve a set of trees, bringing their wrapper, abnormal class, user-friendly
Platform: | Size: 13312 | Author: esonic | Hits:

[Data structsRBTree

Description: 自己写的红黑树代码,里面包含了比较重要的删除等操作-Write your own red and black tree code, which contains the more important operations such as delete
Platform: | Size: 11264 | Author: 张二 | Hits:

[GDI-Bitmaprbt

Description: 红黑树的实现代码,在VC下可演示红黑树结点的动态变化.-Red and black tree realize the code in the VC can be red and black tree node demonstration of the dynamic changes.
Platform: | Size: 34816 | Author: aa | Hits:

[MiddleWareredblacktree

Description: 本程序实现了红黑树的插入,删除等算法,学习红黑树的可以下载看看,很有价值哦!-This procedure achieved a red and black tree insertion, deletion, such as algorithms, to study black tree can be downloaded to see, oh, great value!
Platform: | Size: 2048 | Author: lanjinhe | Hits:

[Data structsIntervalTree

Description: 数据结构中区间树(红黑树的扩展出来的一种数据结构)的C语言实现。-Interval tree data structure (red and black tree expansion out of a data structure) of the C language.
Platform: | Size: 200704 | Author: 蔡砚成 | Hits:

[Data structsrb-tree

Description: 红黑树的算法,网上有好多例子,包括移植STL中的RBTREE算法,但是我试了,不怎么好用阿。 这是麻省理工数据结构课程的一个实现,我把它改造了一下,经过30-40万的数据量测试 windows/unix下都做过测试,没有问题。-Red and black tree algorithm, the Internet has a lot of examples, including the transplantation of STL algorithms RBTREE, but I tried, not very easy to use the Arab-Israeli. This is the Massachusetts Institute of Technology, a data structure course realize, I modified it a bit, after 30-40 million the amount of data to test windows/unix done under test, no problem.
Platform: | Size: 5120 | Author: zhi | Hits:

[Data structsRB_Tree

Description: 基于vc++6.0的一个关于红黑树的插入和删除程序,并计算了它的时间复杂度.经典啊-Based on vc++ 6.0 A on the red and black tree insert and delete procedures, and calculate its time complexity. Classic ah
Platform: | Size: 763904 | Author: 小波 | Hits:

[Linux-Unixredblacktree

Description: 红黑树 linux下代码分析 red black tr-Linux red and black under the Code Analysis tree red black tr
Platform: | Size: 92160 | Author: sciwander | Hits:

[Data structsAlgorithmUsingJava

Description: <算法导论>第二版大部分算法实现. 1. 各类排序和顺序统计学相关 2. 数据结构 2.1 基本数据结构 2.2 散列表 2.3 二叉查找树 2.4 红黑树 2.5 数据结构基于红黑树的扩张 3. 高级涉及和分析技术 3.1 动态规划相关 3.2 贪心算法相关 3.3 用于不相交集合的数据结构 4. 部分图算法.-<Introduction to Algorithms> Algorithms realize most of the second edition of .1. All kinds of sorting and order statistics related to 2. Data Structure 2.1 Basic Data Structure 2.2 Hash Table 2.3 Binary search Tree 2.5 Tree 2.4 red and black red and black tree-based data structure the expansion of 3. High and analytical techniques involving dynamic programming related 3.1 Greedy Algorithm 3.2 for the relevant 3.3 Disjoint Set Data Structure 4. part of Fig algorithm.
Platform: | Size: 324608 | Author: QJGui | Hits:

[Data structsRedBlackTree

Description: 数据结构的红黑树算法,用c语言实现。数据结构课程设计时做的。-Data structure of the red and black tree algorithm, with c language. Data structure courses designed to do.
Platform: | Size: 719872 | Author: 阿冬 | Hits:

[Otheralgorithmcode

Description: 计算机算法程序,欧拉图,汉密顿回路,kruscal,红黑树,排序算法源代码。-Computer algorithm , Euler , Hamilton circuit, kruscal, red and black tree, sorting algorithm source code.
Platform: | Size: 9216 | Author: liuchang | Hits:

[Data structsrbtree

Description: 红黑树是一种自平衡二叉查找树,是在计算机科学中用到的一种数据结构,典型的用途是实现关联数组。-AVL trees are actually easier to implement than RB trees because there are fewer cases. And AVL trees require O(1) rotations on an insertion, whereas red-black trees require O(lg n). In practice, the speed of AVL trees versus red-black trees will depend on the data that you re inserting. If your data is well distributed, so that an unbalanced binary tree would generally be acceptable (i.e. roughly in random order), but you want to handle bad cases anyway, then red-black trees will be faster because they do less unnecessary rebalancing of already acceptable data.On the other hand, if a pathological insertion order (e.g. increasing order of key) is common, then AVL trees will be faster, because the stricter balancing rule will reduce the tree s height. Splay trees might be even faster than either RB or AVL trees,depending on your data access distribution. And if you can use a hash instead of a tree, then that ll be fastest of all.
Platform: | Size: 8192 | Author: kark | Hits:

[Data structsRB-Tree

Description: 红黑树的实现,是一种高级的平衡树,平均效率为:lgn-Red-black tree implementation is a high-level balanced tree, the average efficiency: lgn
Platform: | Size: 1024 | Author: 毛刚挺 | Hits:

[CSharpred-tree

Description: 红黑树 二叉树 性能比较分析 红黑树 二叉树-Red-black tree binary tree performance analysis,
Platform: | Size: 2244608 | Author: alan | Hits:
« 12 3 4 5 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net