Fast C++ 9X9 Sudoku Solver & Generator Program
-
Updated
Jul 19, 2019 - C++
Fast C++ 9X9 Sudoku Solver & Generator Program
Sudoku "Pro" is a very simple yet powerfull SUDOKU game client, for the most hardcore players
C++17 constexpr implementation of Donald Knuth's dancing links (DLX) exact cover algorithm / Sudoku solver.
Sudoku game, solver and generator
Solving Sudoku boards using stochastic methods and genetic algorithms
Sudoku is a game played on a 9x9 grid where every single square is filled with a number from 1 to 9 unique to its row, column, and 3x3 subgrid. This program is a sudoku app that allows a user to generate sudoku boards, solve given boards instantly, and play randomly generated or given sudoku boards.
C++17 header only sudoku generator
Add a description, image, and links to the sudoku-board topic page so that developers can more easily learn about it.
To associate your repository with the sudoku-board topic, visit your repo's landing page and select "manage topics."