Josephus problem
8 September, 2020
0
0
0
Contributors
Languages
Python
Version Control
GitLab
GitHub
The Josephus story is a theoretical problem that involves counting individuals in a circle to be executed, with the next person being executed specified in a certain direction. The code I created solves the dilemma.
python