资源列表
[数据结构常用算法] the-max-sum
说明:一串数字序列比如1,3,4,5,7,6……得到其中的最带不连续子序列(要求序列是严格递增的如1,3,4,5,7可以,5,7,6就不可以) 本代码即,最大不连续子序列问题,属于经典的动态规划问题适合初学者-A string of number sequences such as 1,3,4,5,7,6 ... ... be one of the best sequence with discontinuous (which requires a strictly increasing sequ<> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] zandeyunsuan
说明:这个小程序属于数据结构范畴我的栈运算包括括号配对-This small program is My stack operations, including brackets pair<张小溪> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Shortestpath
说明:用C语言实现最短路径算法 最小生成树 本程序是用F算法求最短的路由花费 可计算的最大的路由结点数为100 */ /* 运行环境: vc++6.0 */ -C language with the shortest path algorithm minimum spanning tree algorithm of the program is seeking the shortest route F calculate the maximum cost of routing nodes 1<yuanjie> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] ysf
说明:约瑟夫环: 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。 -Joseph Central: Given n individuals (with numbers 1,2,3 ... n, respectively) sitting around a round table around. From the number of people<hhhlnln> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] DOSCalculator
说明:dos 加法器 实现先乘除后加减,先括号内再括号外的依次运算。-dos adder to achieve the first after the addition and subtraction multiplication and division, first in brackets followed by further operations outside the parentheses.<林子牧> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] HuffmanCoding
说明:实现赫夫曼编码功能。利用数据结构典型算法,c语言构造最优二叉树实现赫夫曼编码-Implement Huffman encoding. Typical algorithms using data structures, c language binary tree structure to achieve optimal Huffman coding<林子牧> 在 2025-06-14 上传 | 大小:1kb | 下载:0