Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 232 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 232 Bytes

Sudoku-Solver

Solves the standard 9x9 Sudoku puzzle input file and prints the solution to the output file.

The unsolved Sudoku puzzle is inputed using a text file.

Blank cells are displayed as a period ('.') in the input file.