Skip to content

Instantly share code, notes, and snippets.

View am5a03's full-sized avatar
🤔
To be or not to be

Raymond Chan am5a03

🤔
To be or not to be
  • Hong Kong
View GitHub Profile
package sudoku;
/**
* Created by Raymond on 2015-08-01.
*/
public class Solver {
private static final int MAX_ROW = 9;
private static final int MAX_COL = 9;