Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 251 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 251 Bytes

Counting

Simple implementation of a counting out problem - See Josephus problem.

How to run

sbt "run n k"

where the n is number of people in the circle, k is the step rate.