资源列表
[数据结构常用算法] Java 二叉树 算法
说明:用Java编写的二叉树的数据结构,包括二叉树的每个节点的值,以及各子树的指针。 -Java prepared by the binary tree data structures, including binary tree each node values, and the subtree target.<yxl> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] KruskalAlgorithm
说明:本文件主要完成Kruskal算法。本文件包括三个类,分别是顶点类、边类和Kruskal类。-The document completed Kruskal algorithm. This document consists of three categories, namely category vertex, edge type and Kruskal category.<韩希先> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] ClosestPairPoint
说明:实现查找一组给定点中的最近点对,通过分治方法将问题求解,简化问题的复杂性。-Lookup a group to the latest sentinel points right, adoption of the partition method of problem solving, simplifying the complexity of the problem.<韩希先> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Matrix_Chain
说明:求解矩阵链相乘的问题,通过动态规划的方法,来求解该问题,使得矩阵链的相乘的运算最少。-chain matrix multiplication to solve the problem through dynamic programming methods to solve the problem, making the chain matrix multiplication operator at least.<韩希先> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 树形选择排序源程序代码
说明:数据结构上机实验内容. 树形选择排序源程序代码,内容正确-data structure on the plane experiments. Tree Selection Sorting source code, the right content<悠女> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 索引顺序表的查找源程序代码
说明:数据结构上机实验内容 索引顺序表的查找源程序代码-data structure on the plane experiment content indexing table lookup sequence source code<悠女> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Critical Path
说明:数据结构中实现图的关键路径的算法,是在TC中运行的。-data structure to achieve the critical path map algorithm is run in the TC.< 张颌> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 程序存储问题
说明:程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带上的一个存储方案,使得能够在磁带上存储尽可能多的程序。 编程任务: 对于给定的n个程序存放在磁带上的长度,编程计算磁带上最多可以存储的程序数。 数据输入:由文件input.txt给出输入数据。第一行是正整数n,表示文件个数。接下来的1 行中,有n 个正整数,表示程序存放在磁带上的长度。 结果输出: input.txt output.txt<phq> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 数字三角形问题
说明:/*数字三角形问题 问题描述: 给定一个由n行数字组成的数字三角形如下图所示。试设计一个算法,计算出从三角形的顶至底的一条路径,使该路径经过的数字总和最大。 7 3 8 8 1 0 2 7 4 4 4 5 2 6 5 编程任务: 对于给定的由n行数字组成的数字三角形,编程计算从三角形的顶至底的路径经过的数字和的最大值-/* Digital triangle Issue Descr iption : given an OK by the number n of triangular figures<phq> 在 2025-06-11 上传 | 大小:1kb | 下载:0