资源列表
[数据结构常用算法] combined-application-
说明:顺序表的合并应用,可以进行多个数据的合并。具有查找、删除功能。-The combined application of the order form, you can merge multiple data. Have to find, delete function.<蔡宣厚> 在 2025-06-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] heap
说明:这是关于heap的程序,他可以实现heap的插入 删除 保存 输出等-this programming can realize the function of the heap ,include the insertion new element of the heap, delete the root element of heap,the function of heap sort ,and print the deleted element,save the root and so o<李红梅> 在 2025-06-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] tingchechang
说明:设停车厂只有一个可停放几辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达的先后顺序依次排列,若车场内已停满几辆汽车,则后来的汽车只能在门外的便道上等候,一旦停车场内有车开走,则排在便道上的第一辆车即可进入;当停车场内某辆车要离开时,在它之后开入的车辆必须先退出车场为它让路,待该车辆开出大门,为它让路的车辆再按原次序进入车场。-Located parking with only a few parked cars narrow channel, and only one do<yangyan> 在 2025-06-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] maze
说明:设二维数组maze[m][n]为0 表示此路可通,为1表示此路不通.入口是maze[1][1]出口为maze[m][n]且maze[1][1]=0, maze[m][n]=0. 编写寻找从入口到出口的一条最短路径的程序-Based two-dimensional array maze [m] [n] to 0 indicates that this road may pass, as 1 said that being the case. Entrance is maze [1] [1] exp<chenyuhao> 在 2025-06-08 上传 | 大小:2kb | 下载:0