Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 375 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 375 Bytes

qSudokuSolver

qSudokuSolver is a QML application that solves sudoku with backtracking algorithm.

Build

Download the repo and build it.

git clone https://github.com/AndreaRicchi/qSudokuSolver.git
mkdir build && cd build
make -j2
./qSudokuSolver

Reference