Exemplo n.º 1
0
 public int[] ToSolvedSudoku(int[] table)
 {
     source[0] = table;
     return(solver.First().ToArray());
 }