资源列表
[数据结构常用算法] BSTree
说明:从键盘上输 入一串正整数, 最后输入-1作为输入结束的标志。以这些正整数的值作为二叉排序树中的结点的数据场之值,建立一棵二叉排序树要实现排序二叉树的插入。采取叶子插入法,即新插入的节点均为改二叉树的叶子节点,且满足中序有序性。-From the keyboard to enter a string of positive integers, the last input-1 as the input end of the sign. These are integer values as bin<yezi> 在 2025-06-09 上传 | 大小:374kb | 下载:0
[数据结构常用算法] Tree
说明:主要是二叉树的一些性质的操作。包括复制,清空,求取树高,树中元素的个数,得到根结点,父亲结点,所有祖先,左儿子,右儿子,插入左儿子,右儿子,查找某个元素,以及前、中、后、层次遍历和相关的操作。另外,可以树形显示这棵树的信息。-Some properties are mainly binary operation. Including reproduction, empty, to strike a tree height, the number of elements in the tree g<yezi> 在 2025-06-09 上传 | 大小:10kb | 下载:0
[数据结构常用算法] Sim
说明:单纯形法,可以用于进行线性规划解的求取。在数学上有一定的应用价值,但速度上可能不太优化,如果对速度有要求的,可参考MATLAB-Simplex method, linear programming solution can be used to carry out the strike. In mathematics there is a certain value, but the speed may not be optimized for speed if required, can re<fossilxiang> 在 2025-06-09 上传 | 大小:47kb | 下载:0
[数据结构常用算法] shujujiegou
说明:有关计算机基础中数据结构的详细的PPT。内容详细。-About computer-based data structure detailed in the PPT. Content in detail.<司马燕> 在 2025-06-09 上传 | 大小:6.14mb | 下载:0
[数据结构常用算法] dijkstra_z
说明:单源dijkstra邻接阵形式 单源最短路径,dijkstra算法,邻接阵形式,复杂度O(n^2)-Dijkstra adjacency matrix form of single-source single-source shortest path, dijkstra algorithm, adjacency matrix form, the complexity of O (n ^ 2)<JP> 在 2025-06-09 上传 | 大小:1kb | 下载:0
[数据结构常用算法] dijkstra_b
说明:单源最短路径,用于路权相等的情况,dijkstra优化为bfs,邻接表形式,复杂度O(m)-Single-source shortest path for the right of way case of a tie, dijkstra optimization bfs, adjacency list form, complexity of O (m)<JP> 在 2025-06-09 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Bellman-ford
说明:单源最短路径,bellman_ford算法,邻接阵形式,复杂度O(n^3)-Single-source shortest path, bellman_ford algorithm, adjacency matrix form, the complexity of O (n ^ 3)<JP> 在 2025-06-09 上传 | 大小:1kb | 下载:0