资源列表
josephus
- josephus问题,一个个的喊数,离席。-josephus problem
VCneibupaixu
- VC++数据结构内部排序算法集合,包括原程序代码和PPT-Within the structure of VC++ data collection sorting algorithm, including the original program code and PPT
Adjacencylist
- 邻接表表示的深优.zip 邻接表表示的广优.zip-Adjacency table that the deep superior. Zip adjacency list that wide priority. Zip
poj1988(AC).cpp
- poj1988,并查集。为了挣一点分数上传,呵呵。-solution to poj1988.
11
- 算法分析与设计中计算两个数的最大公约数的原代码-Algorithm Analysis and Design of the two numbers to calculate the greatest common divisor of the original code
kuohao
- 数据结构 用C实现对括号的匹配问题 高效实用-With C data structures to realize the practical and efficient matching of parentheses
erchashu
- 二叉树按照二叉链表方式存储,编写算法,将二叉树左右子树进行交换。实现建立二叉树,输出未交换前的中序遍历序列、交换左右子树、输出交换后的中序序列功能。-Binary tree binary list stored in accordance with, the preparation method, the binary exchange of left and right subtrees. To achieve the establishment of a binary tree, outpu
BiThrNode
- 数据结构-线索二叉树的编程实现,简洁明了-Data structures- clues to the realization of a binary tree
table_triples
- 数据结构-三元组表编程实现,具有广义性,数据类型可多样化-Data structure- the table triples Programming
RankMaximalMatchings.ps
- 排列数最大的偶图匹配算法,效率比传统的算法高-rank maxminum biparite matching alogrithm has higher effcient than traditional algorithm
chengxudaima1
- 1线性表基本操作的实现,建立单向链表,遍历单向链表,单向链表中的元素逆置-Basic operation of linear table implementation, the establishment of one-way linked list, traverse the one-way linked list, singly linked list of elements in the inverse set
joseph_ring
- 2、 约瑟夫(Josephus)环问题:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为止。- Joseph (Josephus) Central issue: numbered 1,2,3, ..., n of n individuals sitting
