TebogoYungMercykay/Sudoku-Puzzle-Solver-In-Java__Sparce-Tables
Sudoku is a puzzle game that first appeared in the 18th Century. A cell is a space where a single number can be filled in. The goal is to fill every cell on the board with a number without having any duplicate numbers in any of the rows, columns and blocks.
JavaApache-2.0