资源列表
[数据结构常用算法] biaodashiqiuzhi
说明:数据结构 表达式求之/翻译 主要用的队列知识-Expressions translation data structure<yangjingbo> 在 2025-01-16 上传 | 大小:245kb | 下载:1
[数据结构常用算法] Integer_Partition
说明:整数划分,是指把一个正整数n写成如下形式: n=m1+m2+...+mi (其中mi为正整数,并且1 <= mi <= n),则{m1,m2,...,mi}为n的一个划分。 如果{m1,m2,...,mi}中的最大值不超过m,即max(m1,m2,...,mi)<=m,则称它属于n的一个m划分。这里我们记n的m划分的个数为f(n,m) 例如但n=4时,他有5个划分,{4},{3,1},{2,2},{2,1,<谢文> 在 2025-01-16 上传 | 大小:2.34mb | 下载:0
[数据结构常用算法] Datastructure
说明:数据结构的相关算法,堆,栈,链,队等各种PPT以及源码-Data structure related algorithms, heap, stack, chain, other teams and the source PPT<孙景飞> 在 2025-01-16 上传 | 大小:3.05mb | 下载:0
[数据结构常用算法] fiveOpenjudgeProblems
说明:OpenJudge上5道题的源码,分别是1247-Lotto,1370-Gossiping,1621-Polly Nomials,2352-stars,2601-Simple calculations-source code for five problems on OpenJudge, which are 1247-Lotto,1370-Gossiping,1621-Polly Nomials,2352-stars,2601-Simp<Rice> 在 2025-01-16 上传 | 大小:3kb | 下载:0
[数据结构常用算法] Tree_Operate
说明:采用VS2013构建~单文件,其它版本重新编译即可 包含:识别广义表建立二叉树,层次遍历,及非递归前序遍历~~课后小作业,还比较粗糙-~ Using VS2013 build single-file, other versions recompilation comprising: identifying generalized form established tree, traverse the level, and non-r<Cheng> 在 2025-01-16 上传 | 大小:657kb | 下载:0
[数据结构常用算法] LCSSolveCommonSequence
说明:用备忘录方法求两个序列的最长公共子序列,并对LCS的过程进行详细的格式化的输出,最后输出最长公共子序列及其长度。-Memorandum method for solving two sequences with the longest common subsequence<fasf> 在 2025-01-16 上传 | 大小:2kb | 下载:0
[数据结构常用算法] shortestpath
说明:单源点最短路径算法,给定了源点以及权值,便可以计算从某一源点到其他源点的最短路径-Single-source shortest path algorithm, given a source point and the weights can be calculated from one source to another source shortest path<刘晓> 在 2025-01-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] cycle_list
说明:一个c语言写的 数据结构 单向循环链表 的简单例子。 -A c language data structure simple example of one-way circular list.<xiaodong> 在 2025-01-16 上传 | 大小:1kb | 下载:0