Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 274 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 274 Bytes

Sudoku Solver

A command line and GUI sudoku solver written in C++

Building from Source

On Linux

To build on Linux, cd into the build directory and run 'make' and then 'make install'

On Windows

To build on Windows, cd into ./GUI/sudoku-solver/ and run 'make'