文件名称:Joseph

  • 所属分类:
  • 软件工程
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 1kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 冬*
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

编号为1,2,3,…,n的n个人按顺序针方向围坐一张圆桌旁,每个人手中持有

一个密码(正整数)。首先输入一个正整数作为报数上限值m,然后,从第一个人开始按顺序针方向自1开始顺序报数,报到m的人离开桌子,并将他手中的密码作为新的m值,从顺序针方向的下一个就坐在桌旁的人开始重新从1报数,如此下去,直至所有人全部离开桌旁为止。

算法思想:

用单循环链表来解决这一问题,实现的方法首先要定义链表结点,单循环链表的结点结构与一般单链表的结点结构完全相同,只是数据域用一个整数来表示;然后将它们组成一个单循环链表。接下来从位置为1的结点开始数,数到第m-1个结点,就将下一个结点从循环链表中删除,然后再从删去结点的下一个结点开始报数,如此下去,直到所有的人离开桌子。

-Numbered 1,2,3, ..., n, n individuals under the direction of the order of sitting around a round table next to the pin, holding the hands of each person

A password (positive integer). First, enter a positive integer as the number of reported upper limit of m, then, from the first person to embark on the order of pin direction from a starting sequence reported that the number of people leaving the table to report m, and the password in his hand as a new m value, from the Under the direction of the order of one pin on the people sit at the table began to re-reported from a few, and so on, until all leave the table until everyone.

Algorithm idea:

Linked list with one-cycle to solve this problem, the methods to achieve the first node to define linked lists, single cycle nodes linked list structure and the general structure of a single linked list of nodes are identical, only the data field with an integer to represent then they are the formation of a single round-robin list. Next, f
(系统自动生成,下载前可以参看下载内容)

下载文件列表

Joseph.cpp

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org