Open hobovsky opened 1 year ago
considering the mess it currently is, and the number of languages (whose tests content are different from each others anyway), I'd opt for way 3. Thoughts:
Some ways NxN could be made harder:
I like the NxNxN... could actually lead to a N**N version... That would definitely be different enough. But the test generation might be beyond doable/reasonable.
I like the ideas of custom alphabet, and of 3D cubes (even tho I've never heard of 3D-oku, and I have no idea what are criteria of validity of such cube).
mmmh... Good question... XD Some conventions could be found, but I'm not even sure that's doable.
(x,y,z), would need to check:
(is that even possible to generate FIND valid inputs for the tests...?)
Follow-up on #171
Kata: Validate Sudoku with size
NxN
"Sudoku validator" kata for 9x9 boards got retired and replaced by a new kata Sudoku board validator. Some reasoning why the NxN version was kept is presented in #171 , and in discourse of the new kata. However, now we need to decide how to proceed with it. Some (but not only) possibilities are:
NxN
by plugging holes in tests and potentially removing annoyances like cells with incorrect types, invalid sizes (rectangular or jagged), etc. I have no good idea how to generate large boards, especially for negative cases, but Scala translation reportedly does this. The potential problem is that this way the kata keeps it arguably too high 4 kyu rank.Any ideas how to proceed with the kata are welcome.