Ad
  • Custom User Avatar

    Thank you for raising this issue. There's already an active issue about this problem, so I'll close this.

  • Custom User Avatar

    There are sudoku with multiple possible solutions within the random tests.
    For example for [[3, 4, 1, 2], [1, 2, 0, 0], [4, 3, 2, 1], [2, 1, 0, 0]]:
    Both,
    => [[3, 4, 1, 2], [1, 2, 3, 4], [4, 3, 2, 1], [2, 1, 4, 3]] and
    => [[3, 4, 1, 2], [1, 2, 4, 3], [4, 3, 2, 1], [2, 1, 3, 4]] are valid.