Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 672 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 672 Bytes

Sudoku Solver

Description and Usage

This program was written using visual studio 2015 and I have left all the files generated in visual studio intact. To run the program, simply navigate to the 'Release' folder and run Sudoku.exe. When the program has ended, the solution can be found in the 'Release' directory as 'sudoku_solution.txt'. To put your own puzzle into the program, edit sudoku_puzzle.txt in the 'Release' directory. A '0' indicates a blank, unsolved square.

Acknowledgements

The algorithm and data structure was designed by Dr J Rayner of the University of Hull. It was coded and implemented by Henry Vincent as part of his university coursework.