diff options
author | Robby Zambito <contact@robbyzambito.me> | 2025-05-13 17:38:28 -0400 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2025-05-19 08:16:10 -0400 |
commit | e9c293f2572a92596d54d2fec16d6aec9c8af0bf (patch) | |
tree | 2c9b0d9c4ef0f146e77dc92aa5871c5f20352038 /.gitignore | |
parent | 753c9a9970e5426a66133504b9232f5472c55c2e (diff) |
Basic solver that uses simd for simple puzzles
this assumes there is at least one cell with only one valid answer at any given step.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d8c8979 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.zig-cache +zig-out |