A tiny sudoku solver in commented C
Go to file
2024-05-25 16:13:29 -07:00
scripts Dump my code into a repo! 2024-05-25 16:08:47 -07:00
solver Whoops, this file didn't get comments 2024-05-25 16:13:29 -07:00
.gitignore Dump my code into a repo! 2024-05-25 16:08:47 -07:00
MODULE.bazel Dump my code into a repo! 2024-05-25 16:08:47 -07:00
MODULE.bazel.lock Dump my code into a repo! 2024-05-25 16:08:47 -07:00
README.md Dump my code into a repo! 2024-05-25 16:08:47 -07:00
WORKSPACE Dump my code into a repo! 2024-05-25 16:08:47 -07:00

Sudoku Bat!

A tiny sudoku solver in commented C.

Uses a pretty fast backtracking algorithm I came up with off the top of my head.

Have fun!

Commands

Run demo

> scripts\run_demo.bat