Fill-some-ino
(Published yesterday, 07:44 by AFrayedKnot)
Divide the white cells into regions of size 1-9 and fill each cell with the number representing the size of its region.
Regions of the same size may not share an edge.
Some region borders have been given.
Each row N (numbered 1-9 top-to-bottom) and similarly each column N (numbered 1-9 left-to-right) must contain N distinct digits from 1-9.
Play in
sudokupad
Solution code: row 4, left-to-right
Last changed on yesterday, 08:38
Solved by KNT, Piatato, Dandelo, lars, Christounet, Felis_Timon, TVDK, Fool on Hill, Grausbert, JustinTucker, Mr_tn, SKORP17, Calesch, cyddrdrd, ysbg123, tryote, puzzler05, skywalker
Comments
yesterday, 10:34 by Christounet
That was some-thing interesting! Thanks :)
yesterday, 08:38 by AFrayedKnot
corrected solution code description
yesterday, 08:38 by Piatato
Neat and fun, thanks!