Data update
This commit is contained in:
parent
4924dd0264
commit
cb74b7914d
10 changed files with 60 additions and 11 deletions
|
|
@ -1,8 +1,9 @@
|
|||
!YS-v0
|
||||
|
||||
defn main(input):
|
||||
say: read-string(input)
|
||||
.map(best-shuffle):vec
|
||||
defn main(*inputs):
|
||||
each input inputs: !:say
|
||||
apply format '%s, %s, (%d)':
|
||||
best-shuffle(input)
|
||||
|
||||
defn best-shuffle(s):
|
||||
ref =: s:group-indices:cycles
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue