Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This comment is hidden because it contains spoiler information about the solution
I was wondering, whether it makes a difference whether the constructor or the
solve
method throws the exception on invalid inputs. But that does not seem to be relevant: I tried to do all validations an calculations in either of both methods with still the same troubles (random tests failing, other tests green).Only the random tests fail. The other tests all are consistently green (besides timeouts from time to time).
Also my own, local test cases all are green:
@Quark_Fox I double checked, that it is the correct grid: The test case's output AND my own System.out.printlns output the same grid right before the "random" test case fails.
Thanks @Blind4Basics and @Quark_Fox for your quick answers.
I reset the trainer and tried again. Still the same issue...
My code and https://www.sudokuwiki.org/sudoku.htm says, that there is only one, valid solution:
use this string to import to sudokuwiki.org:
I seem to have the same issue. From the description, I checked all these criteria:
There seems to be something I am missing... Any hints?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
You could remove the first line (empty code comment)