Generates a random sudoku puzzle configuration
  • C++ 93.7%
  • Makefile 6.3%
Find a file
2016-07-04 02:20:45 -04:00
.gitignore Add ability to generate all possible valid sudoku configurations 2016-07-03 23:26:42 -04:00
gen_all.cpp Use threads when generating all sudoku grids. 2016-07-04 01:55:28 -04:00
gen_random.cpp Generator class that holds helper structures 2016-07-04 00:01:51 -04:00
Makefile Use threads when generating all sudoku grids. 2016-07-04 01:55:28 -04:00
README.md Initial commit 2016-06-30 23:31:11 -04:00
sudoku_gen.cpp Use threads when generating all sudoku grids. 2016-07-04 01:55:28 -04:00
sudoku_gen.h Use threads when generating all sudoku grids. 2016-07-04 01:55:28 -04:00

SudokuGen

Generates a random sudoku puzzle configuration