资源列表
maze
- 用c语言 随机生成一个迷宫 并且搜寻最短路径。本程序采用深度优先搜索的方法-Language with a randomly generated maze and search for the shortest path c. This program uses a depth-first search method
yinhangjiasuanfa
- 一个很好的银行家算法,能运行
seq_stack
- c++顺序栈类模板带调试菜单 1.生成栈 2.显示栈 3.入栈 4.出栈 5.去栈顶-class pattern of sequence stack in version c++
STACk
- 一个简单的c++代码实现,我们使用数组来实现栈(We use array to build a stack.)
moniweihuosuanfajiejuezuiduanlujing
- 模拟退火算法解决最短路径问题,java实现.rar 可以编译通过,请下载试用-Simulated annealing algorithm to solve the shortest path problem, java implementation. Rar you can compile, download trial
tt
- 栈和队列的源代码,对于数据结构初学者很有帮助-stacks and queues
Hanoi
- c++版,用链式栈实现汉诺塔算法(内附链式栈内模板)-version of c++,realisation of the tower of hanoi with link stack(class pattern attached)
all_Way
- 求两点之间的所有路径,采用dfs深度搜索加回溯-Find all paths between two points, the depth of the search plus backtracking by dfs
Dijstra
- Dijstra算法c源代码。优化完整版。-Dijstra algorithm c source code. Optimize the full version.
5_16
- 1.有向图的邻接表的建立,以及拓扑排序2.无向图邻接矩阵的建立,及其深度优先搜索和广度优先搜索-1 directed graph adjacency table creation, as well as topological sorting 2. Undirected graph adjacency matrix creation, and its depth-first search and breadth-first search
link_queue
- c++链式队列类模板附带调试菜单 1.生成栈 2.显示栈 3.入栈 4.出栈 5.取出栈顶 -class pattern of link queue in version c++
fanshe
- 射线跟踪算法中的有反射情况下利用C语言实现的源程序-Reflection situation in the ray-tracing algorithm using C language source