qSudokuSolver is a QML application that solves sudoku with backtracking algorithm.
Download the repo and build it.
git clone https://github.com/AndreaRicchi/qSudokuSolver.git
mkdir build && cd build
make -j2
./qSudokuSolver
qSudokuSolver is a QML application that solves sudoku with backtracking algorithm.
Download the repo and build it.
git clone https://github.com/AndreaRicchi/qSudokuSolver.git
mkdir build && cd build
make -j2
./qSudokuSolver