That’s what I’m doing.
Hi, Thanks for this great puzzle. My code quickly solves all the test cases, but fails at the “super easy” validator after submission. I checked my code but did not find the issue. How could I get some insight on this failing case ?
There isn’t any validator named “super easy”.
My mistake, should be “Very Easy”
I finally found my mistake thanks to the 2x2 sudoku solver. When adding the input numbers to my sudoku, one of these numbers had already been deduced using the previous numbers. Apparently this situation only appeared in the “Very Easy” validator.
As a follow-up on my post at the ‘Mrs. Knuth - Part I’ puzzle discussion - a year ago I got stuck on this Sudoku puzzle, but thanks to @Timinator\s playground I have now solved it. I’ll not post at every step along my road to +2650 CG points, but I do want to express once more my happiness with the work on that playground.