Ad
  • Custom User Avatar

    @akar-0 Thanks for the advice, the difficulty is definitly in the back tracking, but like mentioned, the test results are inconsistent and it makes it hard to debug.

  • Custom User Avatar

    The tests are randomly generate, you just have to get lucky and not run into bugged one.

  • Custom User Avatar

    It could have been a good test but proving sudoku has single solution requires backtracking, which make the job time out, mainly because of the 200 random tests.