排序算法、字典和B-树的C++语言实现

所属分类:数据结构
开发工具:C++
文件大小:24KB
下载次数:153
上传日期:2006-01-12 19:58:15
上 传 者eprometheus
说明:  排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary: red-black trees skl.c dictionary: skip lists ext.c external sort btr.c btree 语言 C++ 编译平台 Visual C++ 作者 Thomas Niemann 备注 来自Sorting and Searching Algorithms:A Cookbook
(algorithm, dictionaries and B-Tree C language code include the following algorithm : qui.c sort : quicksort qsort.c sort : qsort ins.c sort : insert sort shl.c sort : shell sort has.c dictionary : hash tables bin.c dictionary : binary tree rbt.c dictionary : red-black trees skl.c dictionary : skip lists ext.c external sort btr.c BTREE Part C language Visual C platform translated author Thomas Niemann Remarks from the Sorting and S earching Algorithms : A Cookbook)

文件列表:
bin.c (5229, 1998-09-25)
btr.c (41662, 1998-09-25)
ext.c (14659, 1998-09-25)
has.c (4291, 1998-09-25)
ins.c (1265, 1998-09-25)
Makefile (202, 1998-05-10)
qsort.c (3072, 1998-09-25)
qui.c (2699, 1998-09-25)
rbt.c (9834, 1998-11-08)
shl.c (1583, 1998-09-25)
skl.c (5697, 1998-09-25)

近期下载者

相关文件


收藏者