搜索资源列表
2007-Multi-Task-Data-Structure
- 《多任务下的数据结构》随书的源代码。探讨多任务下的常用数据结构的实现,如AVL,红黑树,以及一些符合数据结构,如哈西链表,哈希红黑树。可以作为STL数据结构的多任务扩展。
redblacktree
- 本程序实现了红黑树的插入,删除等算法,学习红黑树的可以下载看看,很有价值哦!
avl-2.0.3
- avl树的介绍和源代码,包含avl树、红黑树等-introduction to avl tree and R-B tree
removeRBTee
- 在VC++6.0编译器环境下完成红黑树的删除,基于C++源码的编程 直接新建满足条件的红黑树,然后删除选定的结点-In VC++6.0 compiler environment to complete the removal of red-black tree, based on C++ source code directly to the new programming to meet the conditions of the red-black tree, and then delete
ds-2011-04-06
- 自己写的双向循环链表库,动态数组,红黑树,-Two-way circular linked list to write their own libraries, dynamic arrays, red-black tree, etc.
redblack
- 完整红黑树和hashtable算法,包含所有功能-the operations of redblack tree and Hashtable
lockfree-lib
- lock-free红黑树操作的C语言库 可以在并行环境下保持较高的吞吐量-lock-free red-black tree operation of the C language library
SectionTree
- 区间树上的查找算法,要求先输入若干区间用来构造红黑树,之后再向树中输入一个查找区间,输出上述区间在树中的重叠区间。需要在红黑树插入操作的基础上进行完成。-Interval tree search algorithm, asked to enter the number of intervals used to construct the red-black tree after tree again enter a search range, the output of the interval
introduction-to-algorithms-code
- 1st:快排序算法及优化(7.4-5); 2nd:红黑树插入算法; 3rd:区间树上的重叠区间查找算法; 4th:求最近点对算法; 5th:最长公共子序列(LCS)算法; 6th:Huffman编码问题; -introduction to algorithms code
c
- 区间树,创建区间树,插入删除和搜索操作。 红黑树创建查询删除。 二分查找,多种排序方式实现,快速矩阵运算实现-Interval trees, create a range of trees, insert and delete search operation. Create a query remove red-black tree. Binary search, sorting various ways, matrix operations to achieve fast
RBTree
- 算法导论中红黑树插入删除源码,自己编写的 亲测可用-Introduction to algorithms in the red and black tree insert to delete the source code