codewars / content-issues

Higher level issue tracker for the Codewars content.
15 stars 1 forks source link

How to fix "Validate Sudoku with size `NxN`" #172

Open hobovsky opened 1 year ago

hobovsky commented 1 year ago

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:

Any ideas how to proceed with the kata are welcome.

Blind4Basics commented 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:

Kacarott commented 1 year ago

Some ways NxN could be made harder:

Blind4Basics commented 1 year ago

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.

hobovsky commented 1 year ago

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).

Blind4Basics commented 1 year ago

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...?)