资源列表
[数据结构常用算法] KnightTraversal
说明:骑士遍历程序,以栈实现,觉得写得还算效率挺高的-Knight traversal process to stack implementation, thought that it was fairly pricey for efficiency<李想> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] stackProblem
说明:车厢调度问题,用数据结构的栈来实现车厢调度-Train scheduling problem, using the data structure inside the stack to implement scheduling<施文凯> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] youxiangxunhuantumigongwentiqiujie
说明:有向循环图迷宫问题求解,普通迷宫问题要求找出从迷宫入口到出口的所有路径,而此次研究的主要内容是找出有向循环图中的回路(即容易造成流程死循环的地方),消除循环并找出死结点。与此同时,找出死结点后,其他顶点最终都能够到达迷宫的出口。在实际审计过程中的应用意义则为:确定审计工作在哪一个负责部门完成后,是无法继续向其他负责部门传递审计工作直到完成整个审计流程的。-Directed cyclic graph maze problem solving, general maze problem requir<wenwen> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 8huanghou
说明:八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight queens problem is an old and well-known problem is a typical example backtracking algorithm. The problem is that the nineteenth ce<pudn15a> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 08150851
说明:从一个迷宫的入口到出口找出一条可通路经。用一个二维数组MG(1:M,1:N)模拟迷宫,数组元素为0表示该位置可以通过, 数组元素为1表示该位置不可以通行。MG(1,1)和MG(M,N)分别为迷宫的入口和出口。 -From the entrance to the exit of a maze to find an available path through. With a two-dimensional array MG (1: M, 1: N) simulated maze, an ar<de> 在 2025-06-14 上传 | 大小:1kb | 下载:0