Skip to content

tanekere/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku solver app

Solves sudoku using backtracking/backtracing algorithm. It is deliberately slowed down to display the working of the algorithm. You can press space bar to perform one step or hold it to run the algorithm.

It is written in modern C++. Displays competence in varios aspects of C++ and programing.

demonstration
the playback might be a little choppy because it was recorded on a VM.

Has GUI made using SFMF. The solver and the GUI are run on separate threads.

This app is made with:
Neils Lohmann's JSON library
Andrew King's SFML boilerplate
SFML

About

Solves sudoku - SFML interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages