资源列表
[数据结构常用算法] goMaze
说明:*问题描述:一个网格迷宫由n行m列的单元格组成,每个单元格要么是空地(用1表示), * 要么是障碍物(用0 表示)。找出从起点到终点的最短移动序列,其中U,D,L,R, * 分别代表往上,下,左,右移动到相邻单元格。任何时候都不能在障碍格中, * 也不能走到迷宫之外,起点和终点保证是空地。n,m<=100.- go maze<lu xiangyong> 在 2025-01-16 上传 | 大小:3kb | 下载:0
[数据结构常用算法] macro_list
说明:用宏实现的链表,在linux下测试通过,包含一个测试程序。-Using Macros to implement list , test under linux, including a test program.<叶耶耶叶耶耶> 在 2025-01-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] DataStruct
说明:数据结构试验源程序,包含大部分数据结构实验题目,可运行-Test data structure source, contains most of the data structure of the experimental subject, you can run<李浩> 在 2025-01-16 上传 | 大小:9.67mb | 下载:0
[数据结构常用算法] average-wait-time-bank-customers
说明:队列的应用--银行客户平均等待时间.使用C语言编写,在控制台界面显示。本程序演示了队列这种数据结构的实际应用。-Queue application- the average wait time bank customers using the C language, the console screen displays. This program demonstrates the queue practical application<thomas_cjf> 在 2025-01-16 上传 | 大小:1kb | 下载:0