资源列表
method
- 利用c++实现电梯算法,算法正确,没有错误,实现简单-Using c++ to achieve elevator algorithm, algorithm correctly, no errors, simple
sort
- 给定N个int类型(自定N的上限M,例如M=100000,N的取值不能少于10000)的整数,分别使用插入排序、快速排序、归并排序和堆排序方法进行升幂排序。 具体要求: 1 四种排序方法均能得到正确的排序结果。 2 分别统计四种排序中关键字比较的次数和记录交换的次数,并将统计结果显示出来。 -Int a given N-type (since the upper limit set N M, such as M = 100000, N the value of not less
datastruct
- 这里面是清华大学的严蔚敏的数据结构的源代码 大家可以利用一下-shujujiegou
1132813581
- 算法导论书上的动态规划---编辑距离的实现-algorithm==== edit distance
AskToStrugglingConnectedComponents
- 输入一个有向图是数据,计算并给出该有向图的强联通分量。-I is a program that ask to struggling connected components
bahuanghou
- 八皇后问题新研究算法.针对汉诺塔等类型的排序问题进行相关研究设计的算法-Eight queens problem new research method. For the Tower of Hanoi and other types of scheduling algorithms designed for research
BookTheTicketForThePlane
- 机场的订票系统的最简易设计,包括航班设置和查询,订退票服务等。-It is a simple program to book the ticket for a plane.
FindTheShortestWayInaMap
- 读取存有邻接矩阵的txt文件,并将该计算从起始点至某点的最短路径-It is a program to find a shortest way between two different places.
ParkProblem
- 设计一个停车场管理系统,实现对进出停车场车辆的管理。-car parking system
11
- c语言算法:寻找迷宫的一条出路,o:通路; X:障碍。-language C,maze to find a way out
pack
- 背包问题的解答,对动态规划有很好的了解,背包问题的多种变形都在里面-01pack
111
- 数据结构中的c语言程序,分支结构的练习,能够提升初学者的能力。-Data structure in c language program, the branch structure of the exercises, to enhance the ability of beginners.
