RosettaCodeData/Task/Word-wheel/Q/word-wheel-3.q
2023-07-01 13:44:08 -04:00

4 lines
131 B
Text

bust:{[dict]
grids:distinct raze(til 9)rotate\:/:dict where(ce dict)=9;
wc:(count solve@)each grids;
grids where wc=max wc }