搜索资源列表
约瑟夫环.rar
- 用C++编写的约瑟夫环
约瑟夫环
- 约瑟夫环-Josephus
约瑟夫环的循环链表实现
- 约瑟夫环的循环链表实现,这个程序比较完整,有需要做试验的请速速下载。-Josephus cycle Chain achieved, the procedure is complete, the pilot needs to be done urgently requested to download.
经典约瑟夫环问题c语言版
- 数据结构中解决约瑟夫环问题的代码,里面只有源代码,大家用TC2编译一下就可以用了:)。-data structure to solve the problem of Josephus code, only the source code, we use TC2 compiler can use it with a :).
约瑟夫环的算法
- 约瑟夫环的c语言算法-Josephus c language algorithm
约瑟夫环问题link
- 学生初学,c实现约瑟夫环(圆桌问题),算法应该不是很高效,望各位高人看了改进改进!-beginner students, c achieve Joseph Central (round table), the algorithm should not be very efficient, a person looking to improve reading improvement!
用C语言写的约瑟夫环
- 数据结构课程设计,用C语言编写的约瑟夫环-data structure course design, preparation of the C language Josephus
数据结构 约瑟夫环实验报告
- 数据结构经典算法---约瑟夫环的完整版实验报告
Joseph-Circle 用顺序表实现约瑟夫环
- 用顺序表实现约瑟夫环,对逐个删除的情况进行了特殊考虑,大家可以参考-With the sequence table to achieve Josephus, one by one remove the situation of special consideration, we can refer to
jone.rar
- 设有n个人围做一圈,现从某个人开始报数,数到m的人出列,接着从出列的下一个人开始重新报数,数到m的人又出列,如此下去,直到所有人都出列为止。运用循环单链表解决约瑟夫环问题。, Is equipped with n personally to encircle makes, presently starts from some person to count off, leaves ranks the number to the m person, meets from the next pers
code
- 1、猴子选大王 2、约瑟夫环 3、迷宫求解 4、回文游戏 5、地图四染色问题 6、八皇后问题 7、原四则表达式求值 8、k阶斐波那契序列 9、遍历二叉树 10、编写DFS算法的非递归函数。 编写BFS算法。 11、简单选择排序, 折半插入排序, 冒泡排序, 快速排序, 堆排序 12、顺序查找,折半查找-err
TC
- 我们数据结构课上的一些作业 包括约瑟夫环和哈夫曼树之类的几个程序-Our data structure class operations, including some of Joseph Huffman tree rings and several procedures, such as
用C++编写的约瑟夫环
- 用C++编写的约瑟夫环- Joseph link compiles which with C
yuesefu
- 本程序采用循环单链表的算法来解决约瑟夫环问题:建立一个循环单链表,按顺序查找指定结点,找到后删除,最后打印删除的编号序列。- This procedure uses circulates Shan Lianbiao algorithm to solve the Joseph link problem: Establishes to circulate Shan Lianbiao, assigns the point according to the smooth search, after
实习1.2
- 单循环存储结构实现约瑟夫环,n个人从1到n编码,然后围坐一圈,每人持有一密码-one-cycle storage structure to achieve Josephus, n individuals from 1 to n coding, and then sitting around a circle, each holding a password
Joseph
- 约瑟夫环源代码,C语言数据结构上机实习作业,保证正确哦!-Joseph Central source code, C language data structure on the machine operation training, and ensure the correct Oh!
约瑟夫
- 如何正确的使用链表来解决约瑟夫环问题,数据结构(Solving Joseph ring problem by using linked list)
约瑟夫环
- 约瑟夫问题是一个经典的问题。已知n个人(不妨分别以编号1,2,3,...,n 代表)围坐在一张圆桌周围,从编号为 k 的人开始,从1开始顺时针报数1, 2, 3, ...,顺时针数到m 的那个人,出列并输出。然后从出列的下一个人开始,从1开始继续顺时针报数,数到m的那个人,出列并输出,...依此重复下去,直到圆桌周围的人全部出列。 输入:n,k,m 输出:按照出列的顺序依次输出出列人的编号,编号中间相隔一个空格,每10个编号为一行。 非法输入的对应输出如下
数据结构程序设计,里面包括有若瑟夫环
- 数据结构程序设计,里面包括有若瑟夫环,拓扑排序,各种内部排序比较,二叉树排序(带实验报告)(Data structure programming, including Joseph ring, topological sorting, various internal sorting comparisons, binary tree sorting (with experimental report))
约瑟夫环问题.cpp
- 数据结构课程约瑟夫问题的c语言求解。vs2013(Data structure course - Joseph problem - C language solution - vs2013)