资源列表
aPb
- 计算a+b的值 使用链表进行计算 可以进行双向输入输出-The calculation of the value of using a linked list of a+b calculated bidirectional input and output
heap-sort
- 利用系统生成随机数,然后将生成的随机数进行堆排序堆排序-heap sort
queue_use
- 队列的创建及相关的处理,在队列中插入数据、删除、拼接等-Create and related processing queue, insert data in the queue, delete, stitching
knapsack
- 经典01背包问题,采用C++语言,动态规划思想实现;-01 knapsack problem using dynamic programming to achieve
worm
- 一个小型的贪吃蛇程序,可以按照输入的方向判断是否能完成规定路线,并输出结果。
tu-matrix
- 图可以采用邻接矩阵、邻接表等多种方式来存储,本程序实现图的邻接矩阵存储
hill
- 使用希尔排序法,将一个无序序列排成有序序列-Sequencing method using the Hill will be arranged in an unordered sequence of ordered sequence
SPFA
- SPFA思想与算法描述,部分代码,跟大家学习学习,初学者-SPFA thinking and algorithm descr iption, the part of the code and learn from everyone, beginners
火车调度
- 1049. 火车调度 Descr iption 有一条东西方向的铁路穿过小城A,小城A有一个火车调度站
bresenhamsuanfachengxu
- bresenham画线算法程序,运行环境windows xp TC2.0环境.-bresenham line drawing algorithm procedures, the environment windows xp TC environment.
dijkstrapath
- 数据结构算法,图最短路径-data structure algorithm, the shortest path map
pile
- 堆排序 C中很有用的一种排序方法源码完整 内有详细注释