RosettaCodeData/Task/Josephus-problem/J/josephus-problem-4.j
2023-07-01 13:44:08 -04:00

5 lines
128 B
Text

NB. this is a direct translation of the algo from C code above.
Josephus2 =: 4 : '(| x&+)/i. - 1+y'
3 Josephus2 41
30