RosettaCodeData/Task/Josephus-problem/J/josephus-problem-4.j

6 lines
128 B
Text
Raw Permalink Normal View History

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