Exemplo n.º 1
0
 // Solve the puzzle
 public static int sudokuSolve(this L_Sudoku sud)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 // Output
 public static int sudokuOutput(this L_Sudoku sud, int arraytype)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public static void sudokuDestroy(this L_Sudoku psud)
 {
     throw new NotImplementedException();
 }