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