资源列表
[数据结构常用算法] InsertSort
说明:直接插入排序 排序过程:整个排序过程为n-1趟插入,即先将序列中第1个记录看成是一个有序子序列,然后从第2个记录开始,逐个进行插入,直至整个序列有序-Direct Insertion Sort to sort the process: the whole process of sorting times for the n-1 insert, that is, first sequence of the first one recorded as an orderly sequence, a<文静> 在 2026-01-13 上传 | 大小:224kb | 下载:0
[数据结构常用算法] multiStageGraph
说明:使用动态规划求多段图的C++源程序,用于满足最优化问题且问题能转换成一个有向图问题的求解,可以直接运行!-The use of dynamic programming for multi-stage plan of C++ source code, designed to meet the optimization problem and the problem can be converted into a directed graph to solve the problem, you ca<张凯兵> 在 2026-01-13 上传 | 大小:224kb | 下载:0
[数据结构常用算法] tudelinjijuzhen
说明:图是数据结构中重要的数据结构,此文档就是通过邻接矩阵的方式对图进行了各种操作-Graph data structure is an important data structure, this document is the adjacency matrix by way of various operations carried out on the map! ! ! !<lvcheng> 在 2026-01-13 上传 | 大小:224kb | 下载:0
[数据结构常用算法] Bisorttree
说明:数据结构中树的操作应用 代码简单明了 函数简单明确-Tree data structure in application code is simple function operation simple and clear<侯宁> 在 2026-01-13 上传 | 大小:224kb | 下载:0
[数据结构常用算法] tu
说明:遍历算法在数据结构中是最普通的运算方法也是所有其它算法的基础。由于图的遍历比线性表、树的结构的遍历算法要复杂,因此着重对图的遍历算法进行讨论, 具有更普遍的意义。图的遍历就是从图中指定的某顶点作为遍历的起始出发点, 按照一定搜索遍历路径, 对图中所有顶点仅作一次访问的过程。 根据搜索路径方向的不同, 遍历图的方法可分深度优先搜索遍历和广度优先搜索遍历, 又根据编制算法的方法不同, 可分为递归遍历算法和非递归遍历算法。 -Data structure traversal algorithm<庄小虎> 在 2026-01-13 上传 | 大小:224kb | 下载:0