资源列表
floyed
- 用floyed算法实现求最短路径,可以求出每个点到其他点的最短距离-With floyed the shortest path algorithm
houzhuishu
- 内有后缀树源码及相关说明文档ppt,算法较完整,经过试验,可以运行,希望对你有帮助-Source within the suffix tree and related documentation ppt, more complete method, after testing, you can run, I hope to help you
suanfa_jingdian
- VC++数据结构经典算法源码包,希望对大家有所帮助-VC++ Data Structures classical algorithm source package, we hope to help
Binary-tree
- 给出二叉树的中序和前序或中序和后序回复树并输出-Binary tree in the order given in the preamble or in the order and return after the tree and the output sequence
most-common-subsequence-string
- 算法设计类源码。使用动态规划的方式计算两个字符串的最大公共子序列。-Algorithm design class source code. Calculated using dynamic programming the two most common subsequence string.
minimum-expansion-of-two-strings
- 算法设计类源代码。使用动态规划的方式计算两个字符串的最小扩展距离。-Algorithm design class source code. Calculated using dynamic programming the minimum expansion of the distance of two strings.
bestmatch
- 算法设计类源代码。以男女配对为例,通过男女优先表循环寻求稳定匹配或者最佳匹配。-Algorithm design class source code. Match between men and women, for example, prioritized list of men and women circulating through the match or best match for stability.
Greedy-algorithm
- 贪心算法 解决支付找零问题有算法 还可以上机调试-Greedy algorithm
data-structure
- 包含基本数据结构类型:链表,顺序栈,链式栈,链式队列,顺序队列,二叉树,图,在做数据结构实验时均测试过-Contains the basic data structure types: list, the order stack, the stack chain, chain queue, the order of the queue, binary tree, graph, data structure in the experiments were done tested
maze
- 实现迷宫随机生成和手工生成,并找到最短路径后输出。-Achieve randomly generated and hand-generated maze and find the shortest path output.
h
- 二叉树的相关操作的源代码,用于建立,删除,排序,查找二叉树-Related operations for binary source code used to create, delete, sort, search binary tree
xitiji
- 包含各大名校的数据结构习题和答案,真正体会数据结构算法方法精髓-Data structure that contains the major schools of exercises and answers, the real essence of understanding the data structure algorithm method
