All source listed below is under MIT license if no LICENSE file stating different is available.

Sudoku Generator

This project is just a collection of research regarding the generation of sudoku's. It's not a production project.

The main focus is on the generation of sudoku's using several algorithms like backtracking.

Applications

Sudoku Generator

Just execute application and it will generate a sudoku for you with certain complexity.

Sudoku Solvder

Give sudoku puzzle as input and it will solve it for you

Sudoku Web

Run this server and it will run multiple sudoku generators and keeps track of many statistics while generating them.

Screenshots

Will come when I figured out how to use this project again.

How to use

I don't know. I have to figure out. It is a while ago that I wrote this.

sudoku_n
a.out
app.js
box.c
footer.h
index.html
Makefile
NOTES.md
README2.md
README.md
rlib.h
rsolve.h
solve
solve.c
sudoku
sudoku2.c
sudoku2.html
sudoku3.c
sudoku3.html
sudoku4.html
sudoku_gen1
sudoku_gen1.c
sudoku.c
sudoku.h
sudoku.html
sudoku.js
test.c
test.h
web.c