You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MonsterSudokuSolver can read/generate any NxN size Sudoku board and solve it using a Recursive Backtracking search function combined with powerful search heuristics such as Minimum Remaining Values, Least Constraining Values, and Forward Checking. It was written in partnership with one other student for a school project.