资源列表
top_sort
- 拓扑排序算法 如图g无回路,则输出g的顶点的一个拓扑序列,并返回SUCCESS,否则返回FAIL-Topological sorting algorithm in Figure g no loop, the output of a topological vertex g sequence and returns SUCCESS, otherwise return FAIL
egypt
- 把给定的分数分解成多个埃及分数之和 埃及分数:分子为1的分数。 -The sum of the given scores into multiple scores of Egypt Egypt score: molecular 1 score.
Dijstary
- 优先队列实现dijkstra算法C++代码,如何使用-algorithms: Priority queue dijkstra algorithm C++ code ,and how to use
cPPArray
- 数组模板实现 通过VC++6.0编译 供初学者使用 练习编数据结构 -VC++6.0 compiled by an array of templates for beginners to practice compile data structure
jhgrerfgjz
- 一个简单的求矩阵求逆的c语言算法 一个简单的求矩阵求逆的c语言算法 一个简单的求矩阵求逆的c语言算法-a simple matrix inversion for the C language algorithms for a simple matrix inversion of the c language a simple algorithm The matrix inversion for the C language algorithms for a simple matrix
weiyiqueding
- 该程序属于二叉树中唯一确定一棵二叉树的程序,用于学习数据结构
lru
- lru算法,属于操作系统范畴,有c++实现-lru
HuffmanCode
- 现在有篇文章,请用二进制前缀编码对文章中出现所有字符进行其编码,使编码后的文章总长最短。 多组输入,第一个正整数T表示组数。 每组第一行有一个正整数n,1≤n≤100000表示所用的字符种数。 接下来一行为n个正整数,表示每个字符在文章中出现的次数。 输出编码的最小长度-There are articles, please use the binary prefix code for the article appeared in the encoding of
tree
- 数据结构中二叉树的基本操作,主要有建立、遍历、求深度等操作-The data structure of the basic operation of the binary tree, the main building, traverse, be in depth in operation
merge
- 这个源代码包含递归合并和迭代合并两种算法,方便初学算法分析成员,希望站长验收下!-The source code contains a recursive consolidation and iterative combination of two algorithms, convenient beginner Algorithm members, I hope the owners acceptance under
Hand-in-Hand
- /*题意:判断两幅图是否同构 图中即判断图中环和链的个数是否相同 环和链是否一一相对应 利用并查集 一个集合中若人数num[]和拉手对手p[]相等 则为环,num[]==p[]+1则为链*/-/* The meaning of problems: to determine whether the two images with a composition that judge whether each of the corresponding figure rings and chains
seek8queen
- 这是一个用TC做的遍历8皇后的算法程序,简洁高效,是我做课程设计的作业。-This is a TC to do with the Queen's traversal algorithm eight procedures, simple and efficient, I do curriculum design work.