Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 541 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 541 Bytes

Josephus-problem

In computer science and mathematics, the Josephus problem (or Josephus permutation) is a theoretical problem related to a certain counting-out game. People are standing in a circle waiting to be executed. Counting begins at a specified point in the circle and proceeds around the circle in a specified direction. After a specified number of people are skipped, the next person is executed.

git clone https://github.com/LuboDimitrov/Josephus-problem.git