diff options
author | amelia <[email protected]> | 2022-11-28 14:14:21 -0600 |
---|---|---|
committer | amelia <[email protected]> | 2022-11-28 14:14:21 -0600 |
commit | a6e4f0abe2f8eb48a0a9f790406d7d5b2c8b53f5 (patch) | |
tree | 2a385f3b4ea650f35976576563ce872c906e765e /readme.md | |
parent | 80c44143c6bdfe6bfa7c17280f29a590bd2428ff (diff) |
almost done
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..1bc638e --- /dev/null +++ b/readme.md @@ -0,0 +1,22 @@ +## cdoku + +this is a relativley simple and efficent sudoku puzzle brute force algorithm! + +check out ./example.sudoku and ./main.c for more documentation:) + +### building and running + +`just b` or `gcc -o cdoku main.c` to build the binary + +check out `just --list` for more options + +`cdoku {file path}` + +### examples and some bench marks + +1.60 GHz - ~0.169s + +### todo + +- read json formated +- read sudoku as argument |