搜索资源列表
SearchTree
- 用c++实现的红黑树代码,高效的搜索树,有添加查找各种功能-red-black tree code in C++
ulib-2.0.1_src.tar
- c语言下的高效算法库,包括常用数据结构二叉树、avl、红黑树等以及加解密算法的封装。-The ULIB is a collection of efficient building blocks for developing high-performance and scalable systems in C and C++. These building blocks mainly cover, multithreading, parallel computing, efficient data
red_black_tree
- C语言实现的红黑树,实现了插入、删除、查找、rank-red black tree in c
RBTree
- 一个用c++实现的红黑树程序,包括了红黑树的所有过程(some algorithm of c++)