资源列表
yuesefu
- 著名的约瑟夫问题编码,VC++6.0编译通过
progs
- datastucutre and algorithms, application, in C
problems
- datastructure, algorithms in C++ problem soloution
时间轮转
- 时间轮转 时间轮转
railroad
- 实现火车箱卸载的程序,但有个错误,期望大家调试一下
ParkingLotSimulation
- Parking Lot Simulation: Parking lot attendants often park cars bumper-to-bumper, several cars deep. This maximizes the number of cars they can fit into a parking lot at the expense of complicating the process of retrieving someone s car when they w
hash
- 想看的就知道了 关于希哈表的算法,不知道是否合适你
HashTable
- 用c++实现的hashtable的基本所有操作,有关one-way hash的再另行上传
HuffmanTree
- c++ 实现的huffman树的操作,应该会很有帮助
hillsort
- 关于希尔排序的c++实现,注释很详细,只是编程风格沿用的c
BWBST
- 经典数据结构中较难的平衡二叉排序树的操作,考虑到较多同学都需要,特此上传,c++实现,需要做异质树的自行把struct改为class既可。
tuopupaixu
- 拓扑排序,简单地说,是由某个集合上的一个偏序得到该集合上的一个全序,这个操作称之为拓扑排序。一个表示偏序的有向图可用来表示一个流程图。它或者是一个施工流程图,或者是一个产品生产的流程图,再或是一个数据流图(每个顶点表示一个过程)。图中每一条有向边表示两个子工程之间的次序关系(领先关系)。