资源列表
[数据结构常用算法] ShortestPath
说明:本程序是使用动态规划算法来解决单源最短路径问题。使用时,先输入每个头结点的邻接顶点个数,然后输入每个邻接顶点的数据。-This procedure is to use the dynamic programming algorithm to solve the single-source shortest path problem. When used, enter each of the first number of vertice<陈军> 在 2024-11-19 上传 | 大小:41kb | 下载:0
[数据结构常用算法] BubbleSort
说明:冒泡排序程序。运行后,先输入待排序的数的个数,然后输入待排序的数,最后确定,输出排序结果。-Bubble sort program. Running, enter the number to be sorted a number, then enter the number to be sorted, and finally determined, the output sort order.<陈军> 在 2024-11-19 上传 | 大小:37kb | 下载:0
[数据结构常用算法] expressionEvaluation
说明:1)从键盘输入任意一个语法正确的(中缀)表达式,显示并保存该表达式。 (2)利用栈结构,把上述(中缀)表达式转换成后缀表达式,并显示栈的状态变化过程和所得到的后缀表达式。 (3)利用栈结构,对上述后缀表达式进行求值,并显示栈的状态变化过程和最终结果。-1) input from the keyboard correct any syntax (infix) expressions, display and save<林小悠> 在 2024-11-19 上传 | 大小:9kb | 下载:0