-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to fix "Validate Sudoku with size NxN
"
#172
Comments
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.
|
Some ways NxN could be made harder:
|
I like the NxNxN... |
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 (x,y,z), would need to check:
(is that even possible to |
Follow-up on #171
Kata: Validate Sudoku with size
NxN
- 4 kyu
- A bit generalized version with allowed sizes other than 9x9
- 85% with ~7.3k completions
- 15 pending issues
- 6 languages + 9 pending translations
- Published Sep 2014
"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.
The text was updated successfully, but these errors were encountered: