资源列表
[数据结构常用算法] 1273
说明:poj1273 一道网络流图论的简单题,运用增光路的算法-poj1273 a simple graph problem<hangweiqiang> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Dijkstra
说明:Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法是很有代表性的最短路径算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。Dijkstra一般的表述通常有两种方式,一种用永久和临时标号方式,一种是用OPEN, CLOSE表的方式,这里均采用永久和临时标号的方式。注意该算法要求图中不存在负权边。 -Dijkstra (Dijkstra)<吕子乔> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Dijkstra-alg
说明:Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。本算法时间复杂度完全符合要求。-Dijkstra (Dijkstra) algorithm is a typical single-source shortest path algorithm, is used to calculate a node to all other nodes in the shortest path. The main features is the startin<吕子乔> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] The-matrix-the-chain-multiplication-
说明:运用动态规划思想,解决矩阵链最优算法问题。-The use of dynamic programming to solve the problem of the optimal matrix chain algorithm.<吕子乔> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] The-longest-common-subsequence
说明:运用动态规划思想和策略,解决最长公共子序列问题。-The use of dynamic programming ideas and strategies to solve the longest common subsequence problem.<吕子乔> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] single-list
说明:单链表实现代码,各种操作:数据插入,删除,显示等-Single linked list implementation code, a variety of operations: data insertion, deletion, display<罗锦盛> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Josephus
说明:约瑟夫环 程序可直接运行 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-Josephus program can be run directly known n individuals (No. 1, 2, 3, ... n, respectively) were sitting around a round table. K repor<gcl> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] beibaosufa
说明:背包算法 问题描述 给定一组物品,每种物品都有自己的重量和价格,在限定的总重量内,我们如何选择,才能使得物品的总价格最高。-The knapsack algorithm descr iption of the problem given a set of items, each item has its own weight and price, the total weight of the limited, how to choose in order to make the highest<gcl> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Taskassgin
说明:n个操作员以n种不同时间完成n种不同作业。要求分配每位操作员完成一项工作,使完成n项工作的总时间最少。 -n operator to n different time to complete the n kinds of different jobs. Assign each operator to complete a task, make work completed n the total time at least.<jenhro> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] STACK1.C.tar
说明:program to show the implementation of stack datstructure<daemon> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] integersplit
说明:利用非递归算法将正整数n表示成一系列正整数之和,n=n1+n2+...+nk,其中n1>=n2>=n3>=...>=nk>=1,k>=1。 正整数n的这种表示称为正整数n的划分。 -N represents a positive integer into a series of positive integers and the use of a non-recursive algorithm, n = n1+n2+ ...+nk, wherei<chenmeixia> 在 2025-06-17 上传 | 大小:1kb | 下载:0