资源列表
[数据结构常用算法] data-structure-Graph
说明:本软件围绕无向图的应用这一主题,用图形化的界面实现了无向图的建立、显示邻接表、动态构造最小生成树(分别利用Prim算法和Kruscal算法)、查找最短路径等功能。 具体功能: 给定一个图,完成: (1) 建立并显示出它的邻接链表 (2) 分别用普里姆算法和克鲁斯卡尔算法构造其最小生成树,随时显示其构造的过程 (3) 给出某一确定顶点到所有其他顶点的最短路径 (4) 给出每一对顶点之间的最短路径 说明:程序开发时所用的文件和源码在文件夹“配套文件”中提供。另附说明<lsc> 在 2025-06-08 上传 | 大小:2.91mb | 下载:1
[数据结构常用算法] 10907030238
说明:1、分别完成顺序表和链表的实现,并用数据测试。例如:输入数据36,65,32,75,46,80。 (1)输出这些数据。 (2)在75前面插入一个数据38,输出插入后的链表。 (3)删除75 (4)修改36为90-1, respectively, to complete the sequence table and linked list implementation, and data used in testing. For example: input data 36,6<lethe> 在 2025-06-08 上传 | 大小:6kb | 下载:0
[数据结构常用算法] zhan
说明:1、用栈实现10进制,转其它进制的算法,要求输入一个10进制整数和需要转换的进制,输出转换后的结果。 2、用栈完成括号匹配检验程序。 3、用递归求n!。-A base 10, using the stack, turn the other hex algorithm asked to enter a decimal integer, and the need to convert the hex output conversion results. Match the test pr<lethe> 在 2025-06-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] quchong
说明:生成100个1-100之间的随机数到文件(data.txt),然后读出进行排序和去重后,输出到文件result.txt。(提交源代码和两个txt文件)-Output to generate a random number between 1-100 100 to a file (data.txt), and then read out the sorting and de-emphasis file result.txt. (Submitted to the source code and tw<lethe> 在 2025-06-08 上传 | 大小:1kb | 下载:0