搜索资源列表
SearchTree
- 用c++实现的红黑树代码,高效的搜索树,有添加查找各种功能-red-black tree code in C++
mm97
- CSAPP malloclab的mm.c文件,采用红黑树,实测97分,目前最高分。-CSAPP malloclab of mm.c file, using red-black tree, measured 97 points, the highest points.
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++)