搜索资源列表
Josephus_inJAVA
- 用循环链表求解约瑟夫(josephus)问题 求解约瑟夫(josephus)问题,用数组实现-cyclic Chain Solution Joseph (josephus) problem solving Joseph (josephus ), using the array to achieve
java
- 约瑟夫问题的求解源代码,在命令行下可以运行
JosephusLinkedList
- 自己定义约瑟夫的长度 然后自动算出约瑟夫问题的结果
JosephusWithArray
- 约瑟夫问题的模拟,著名的例子有猴子选大王等。
joseph
- 用顺序存储得方实现约瑟夫问题,完成输入给定得个数与每次走得步书,并打印出结果
约瑟夫环
- c环境下的约瑟夫解决问题
Josephus
- java源代码,经典问题,约瑟夫环问题-java source code, the classic problem, the issue of Joseph Central
Josephus.java
- Josephus.java,是java课程的实验2 求解约瑟夫环问题-Josephus.java, is a java course experiment 2 Joseph Cycle Problem Solving
ExecutionExperiment
- java写的约瑟夫问题 -written by Joseph java problem
1
- 约瑟夫圈问题-Joseph circle problem
javalab
- java实验答案。其中包括:金额的中文大写方式 ,约瑟夫环问题,设计银行账户类及存取款操作方法,字符串练习与面向对象技术,设计学生成绩表,计算器,利用线程比较插入冒泡排序算法的好坏,使用多种方式读取文本文件。以及最后的 java中必懂的内容简介。-java experimental answer. These include: the amount of the way the Chinese capital, Joseph Central issues, the design of bank
Josephus
- java的经典example——在java中用链表解决约瑟夫环问题~-solve Josephus problem in java
Josephus
- 解约瑟夫环问题,最基础的一种数据结构算法。-Solution Joseph Central issues the most basic algorithm for a data structure.
yusefuhuan
- 利用java编程实现了约瑟夫环问题,提供源码,编译通过。-Java programming using the Joseph Central to provide source code, the compiler through.
papa
- 约瑟夫问题,丢手帕问题,面试很重要的 根据老师上课的故事编写,希望对大家有帮助!-Joseph interview questions handkerchief very important issue
Josephus
- 约瑟夫问题 一个值得java初学者寻味的问题-Joseph problems a problem worthy of java beginners ruminate
Josephus
- 对约瑟夫问题的模拟,对约瑟夫环进行演示,可自行设定参数,也可使用默认参数,图形界面-about Josephus problems
Joseph
- 约瑟夫问题JAVA源码.1.找到第一个报数的孩子 2.开始数m个数 3.删掉这个点 4.指向下一个点-Joseph JAVA source .1 find the problem first reported that the number of children 2. began to count the number m 3. delete this point 4. point to the next point
Josephu
- 约瑟夫问题:编号为1,2,...n的n个人围坐一圈,约定编号为k的人从1开始报数,数到m的那个人出列,它的下一位又从1报数,数到m的那个人又出列,知道最后所有人都出列,由此产生一个出队编号的序列-Joseph problem: numbered 1,2, ... n individuals sitting around a circle of n, k who agreed numbered starting 1 reported that the number, the number to
JesephRing
- 求解约瑟夫(Josephus)问题 有一个旅行社要从n个旅客中选出一名旅客,为他提供免费的环球旅行服务。旅行社安排这些旅客围成一个圆圈,并从帽子中取出一张纸条,用纸条上面写的正整数m(m<n)作为报数值。游戏进行时,从第一个人开始按顺时针方向自1开始顺序报数,当报到m时停止报数,报m的人被淘汰出列。然后从他顺时针方向上的下一个人开始从1重新报数,当再次报到m时停止报数,报m的人被淘汰出列。(Solving Joseph (Josephus) problem)