资源列表
[数据结构常用算法] Campus-tour-guide-system
说明:[实验目的] 1. 熟悉图的存储结构 2. 掌握图的最短路径算法 [实验内容] 用无向网表示学校的校园景点平面图,图中顶点表示主要景点,存放景点的编号、名称、简介等信息,图中的边表示景点间的道路,存放路径长度等信息。要求能够回答有关景点介绍、游览路径等问题。 [实验要求] 1 查询各景点的相关信息; 2 查询图中任意两个景点间的最短路径。 3 查询图中任意两个景点间的所有路径。 -[Experimental purposes]<王建媚> 在 2025-06-12 上传 | 大小:4kb | 下载:0
[数据结构常用算法] outputstar
说明:这是一个用双循环打印星星的程序,它是把星星打印成了一个菱形的算法,算法很简单,希望可以改进。-This is a double circle print Xingxing procedures, it is to become a diamond star print the algorithm is very simple, hope that could be improved.<zt> 在 2025-06-12 上传 | 大小:4kb | 下载:0
[数据结构常用算法] migong554432
说明:此程序是求迷宫中从入口 到出口的所有路径。在搜索中还要建立一个堆栈,将所走过的路记录下来,后退时将退出的路从堆栈中弹出。这样保证了最终保存的是迷宫的一条出路。栈底元素为入口坐标,栈顶元素为迷宫的出口坐标-This procedure is for the maze from the entrance to the export of all paths. In the search but also the establishment of a stack, the road to record<wangnan> 在 2025-06-12 上传 | 大小:4kb | 下载:0
[数据结构常用算法] xxlb
说明:利用链表的插入运算建立线性链表,然后利用链表的查找、删除、计数、输出等运算反复实现链表的这些操作,并能在屏幕上输出操作前后的结果。-The use of linked list insertion operator to establish a linear list, and then use the Find list, delete, count, repeatedly computing the realization of output, such as linked lists of<邱石> 在 2025-06-12 上传 | 大小:4kb | 下载:0
[数据结构常用算法] erchashu
说明:对任意给定的二叉树(顶点数自定)建立它的二叉链表存贮结构,并利用栈的五种基本运算实现二叉树的先序、中序、后序三种遍历,输出三种遍历的结果。-For any given tree (self-Vertices) the establishment of its binary linked list storage structure, and use five basic computing stack to achieve the first order binary tree, in orde<邱石> 在 2025-06-12 上传 | 大小:4kb | 下载:0
[数据结构常用算法] bubblesort
说明:冒泡排序,以及测试程序,类似的还有其他排序,可以进行比较-Bubble Sort, and testing procedures, there are other sort of similar, you can compare<王森> 在 2025-06-12 上传 | 大小:4kb | 下载:0