搜索资源列表
算法(销售员问题)
- 用c++写一个售货员问题。这是高级算法中除了红黑树中最难的一个了。是研究生课程中的的程序实现-used to write a salesman problem. This is in addition to the High algorithm RED-BLACK TREE which one of the most difficult. The postgraduate courses in the program
My_Tree
- 红黑树c#实现 。 没其他需要说明的了-RED-BLACK TREE c #. No other of the need to explain.
RBT.rar
- 运用C++进行红黑树的描述,对红黑树的插入、删除、查找等操作进行了实现等等。,The use of C++ for a descr iption of red and black tree on the red and black tree insert, delete, search and other operations to achieve and so on.
DS_5060309818_RBTree
- 红黑树的C++实现,(上海交通大学联读班数据结构大作业1),实现了应有功能:插入,删除,查找,求树高,非递归中序遍历,以及VC界面下的Tree_View()。-Red and black tree C++ Achieve, (Shanghai Jiaotong University Joint Reading class data structure operation 1), the realization of the proper functions: insert, delete, fi
RedBlackTree
- 数据结构的红黑树算法,用c语言实现。数据结构课程设计时做的。-Data structure of the red and black tree algorithm, with c language. Data structure courses designed to do.
libcprops-0.1.6.tar
- 用C实现了线程安全的哈希表,AVL树、红黑树、HTTP客户端等等,不错的开源库,推荐使用-Achieved with C thread-safe hash table, AVL tree, red and black tree, HTTP client, etc., a good open-source database, recommend the use of
RBTreeCode
- 红黑树和二叉查找树数据结构的实现以及二者的性能比较的C语言实现代码-Red and black binary search tree and the tree data structure, as well as the achievement of the performance comparison between the C language code
rbtree
- 关于红黑树的很好c++的实现,可以直接使用或者作为实现参考。-On the red-black tree implementation of a good c++ can be used directly or as a realization of reference.
C
- 数据结构实现 包括红黑树等一些结构,希望对大家有用-Including the red-black tree data structure
red-black-tree-c
- 红黑树的源代码,c语言版本。非常的详细。-c,red-black tree
C
- 红黑树的实现源码(C语言版)和大家分享一下,希望支持-Red-black tree implementation of source code (C language version) and want to support
Red-Black-Tree
- visual C++ 红黑树算法代码,Red and black tree algorithm-Red and black tree algorithm
red-black-tree-c
- 红黑树的c实现源码与剖析,添加了注释,教你彻底实现红黑树-red and black tree C language source code and analysis.Include detailed explain.
RB_TREE(CPP)
- C++红黑树的实现 实现了一颗红黑树的建立 并使用了设计模式中的visitor完成打印和求和-The red black tree The establishment of a complete tree and the use of design patterns in the visitor print and summation
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
RedBlackTree
- 自己使用C++实现的一个简单的红黑树,可用codeblocks直接打开(Own simple red black tree)
rbtree
- 用C++实现的红黑树,没有BUG ,稍微改改就能直接运行了,最优的代码了,拿去研究吧,也没什么可以说的了···(C++ with the red black tree, no BUG, little changes can be directly run, the optimal code, to study it, nor what to say..)
rbTree
- 用C语言实现红黑树基本操作,rbTree.h为定义了函数的头文件,rbTree.cpp可用来测试(code for basic operations of Red/Black Tree)
RBTree
- 一个用c++实现的红黑树程序,包括了红黑树的所有过程(some algorithm of c++)
Red Black Tree
- C语言实现的红黑书,参考《算法导论》,可以实现相关的各种操作。(A red-black tree implemented in C. All the operations are supported.)