Example of php Solution to Joseph's ring

Source: Internet
Author: User

Joseph's problem (also known as Joseph's replacement) is a problem that occurs in computer science and mathematics. In computer programming algorithms, a similar problem is also called Joseph's ring. It is also known as the "handkerchief problem ".)

A group of monkeys all carry numbers. They stood around and shot at m, and the rest went on. In this way, the other one is crazy.

Copy codeThe Code is as follows:
<? Php
Function killMonkeys ($ monkeys, $ m ){
$ K = $ m;
While (count ($ monkeys )){
$ K = $ k-1;
$ Monkey = array_shift ($ monkeys );
If ($ k ){
$ Monkeys [] = $ monkey;
} Else {
Echo "<font color = 'red'>". $ monkey. "</font> monkey shot! <Br/> ";
$ K = $ m;
}

}
Echo $ monkey. "monkey Sparta ";
}
$ Monkeys = range (0, 25 );
Unset ($ monkeys ['0']);
$ M = 5;
KillMonkeys ($ monkeys, $ m );

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.