搜索资源列表
xiaochengxu
- 约瑟夫问题:有n只猴子,按顺时针方向围成一圈选大王(编号从1到n),从第1号开始报数,一直数到m,数到m的猴子退出圈外,剩下的猴子再接着从1开始报数。就这样,直到圈内只剩下一只猴子时,这个猴子就是猴王,编程求输入n,m后,输出最后
houzixuanwang
- 猴子选大王,用c++编写的。输入猴子的数目,然后可以选出其中的猴王。
xiaochengxu
- 约瑟夫问题:有n只猴子,按顺时针方向围成一圈选大王(编号从1到n),从第1号开始报数,一直数到m,数到m的猴子退出圈外,剩下的猴子再接着从1开始报数。就这样,直到圈内只剩下一只猴子时,这个猴子就是猴王,编程求输入n,m后,输出最后-Joseph questions: Have n monkeys, according to election clockwise circle king (No. from 1 to n), from No
houzixuanwang
- 猴子选大王,用c++编写的。输入猴子的数目,然后可以选出其中的猴王。-Elected king of the monkeys with c++ Prepared. Enter the number of monkeys, which can then be elected King.
selecttheking
- 使用数据结构解答选猴王问题,其中包括使用c语言解答。-The use of the data structure to answer questions Houwang election, including the use of c language questions.
skk
- 建立循环链表,实现选猴王的程序:输入N只猴子,从第一只猴子开始报数(M),数到m的那只猴子就推出,如此循环,剩下的最后一直猴子就是猴王-Circulation list set up, implementation procedures for the election of the King: Enter the N monkeys, monkeys from the first start off (M), only a few o
houzi
- n只猴子要选猴王,所有猴子按1,2,…,n编号围坐一圈,从第1号开始按1,2, …,m报数,凡报到m号的猴子退出圈外,如此循环报数,直到圈内剩下一只猴子时,这个猴子就是猴王。编写一个程序实现上述过程,n和m由键盘输入。-n monkeys to choose the Monkey King, all the monkeys by 1,2, ..., n No sitting around, starting from No. 1 by
test
- 循环链表,约瑟夫环 、选猴王、学习之用 c++、c-
Choose-Monkey-King
- 选猴王(C语言)设置是150只,每5只去掉1只,可自行修改。-The election Monkey King (C language) setting is 150, a 5 removed, can be modified.
monkey
- 猴子选大王,按照要求选出猴王,利用链表算出最后的大王-Choose the Monkey King
Monkey
- 猴子选代王。猴子通过围成一圈通过算法选出猴王。-The monkey generation of king.The monkey through a circle through the algorithm to the Monkey King.
Josephus-problem
- 描述 约瑟夫问题:有n只猴子,按顺时针方向围成一圈选大王(编号从1到n),从第1号开始报数,一直数到m,数到m的猴子退出圈外,剩下的猴子再接着从1开始报数。就这样,直到圈内只剩下一只猴子时,这个猴子就是猴王,编程求输入n,m后,输出最后猴王的编号。 输入 每行是用空格分开的两个整数,第一个是 n, 第二个是 m ( 0 < m,n <=300)。最后一行是: 0 0 输出 对于每行输