Description
Sudoku player and solver that comes with both a GUI and CLI.
Developers
Colman Koivisto
Duncan Krammer
Khrystina Vrublevska
Glossary
Section - 3x3 sub square on the board (indexed row by row)
Index - Integer index of a cell. (Indexed row by row)
Label - Another way to get a cell. Format: A0, B3, etc.
(Letters are columns, numbers are rows)