资源列表
[数据结构常用算法] binaryTree
说明:求二叉树中从根结点到叶子节点的路径 //实现功能: //2. 求二叉树中从根结点到叶子节点的路径 //需求分析: //对于二叉树,分别用递归和非递归的方法编写程序完成如下功能: //1. 输出所有的叶子结点的数据项值。 //2. 输出所有从叶子节点到根结点的路径 //3. 输出(2)中的第一条最长的路径 //程序存在的问题:数值只能输入0~9,其他基本满足要求 //测试数据先序输入:124 7 35<chenxinyuan> 在 2025-01-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] dynamic-planning
说明:给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2,…,n-1。考察这n个矩阵的连乘积A1A2…An。由于矩阵乘法满足结合律,故计算矩阵的连乘积可以有许多不同的计算次序,这种计算次序可以用加括号的方式来确定。-Given n matrices {A1, A2, ..., An}, where Ai and Ai+1 is a mere of, i = 1,2, ..., n-1. Study the n mat<庞存岐> 在 2025-01-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Monophyletic-shortest-path
说明:Dijkstra提出按各顶点与源点v间的路径长度的递增次序,生成到各顶点的最短路径的算法。既先求出长度最短的一条最短路径,再参照它求出长度次短的一条最短路径,依次类推,直到从源点v 到其它各顶点的最短路径全部求出为止。-Dijkstra proposed by the vertex and the path between the source point v in increasing order of length, to gene<庞存岐> 在 2025-01-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] stingcombin
说明:给定一个字符串,要求判断它是否能由其它两个字符串合并而成。当两个字符串合并成一个新的字符串时,新串的字符顺序必须与原串中的顺序相一致。 -Given a string, it is required to determine whether the merger by the other two strings. When two strings into a new string, the string of characters<irene> 在 2025-01-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 87715470number
说明:这个是C语言从文件读入整数 N, 然后读入N*( N+1)矩阵,得到解并输出到文件中。-This is read from the file into the C language integer N, and then read into the N* (N+1) matrix, the solution and get the output to a file.<lixin> 在 2025-01-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] sequential
说明:用C++面向对象语言实现合并两个顺序表的操作,其结果有序,并按照顺序排列显示。-In C++ object-oriented languages in order to achieve merging the two operating tables, the results of an orderly and follow the order shown.<_mailying> 在 2025-01-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] zhan-shixian-shuzhi-zhuanhuan
说明:数据结构试验报告 用栈实现数值之间的转换-Stack test report with data structures to achieve the conversion between the value<liuwei> 在 2025-01-19 上传 | 大小:1kb | 下载:0