排序算法、字典和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
标签:
sort
qsort
quicksort
insert
上传时间:
2013-12-15
上传用户:silenthink