sudoku_bat/README.md

14 lines
202 B
Markdown
Raw Permalink Normal View History

2024-05-25 23:08:47 +00: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
```