A Rust implementation of Boggle complete with fast solver
Find a file
Rob Kendrick a557150e72
All checks were successful
/ test (pull_request) Successful in 2m57s
/ test (push) Successful in 3m14s
Add prototype Forgejo CI
2025-08-09 20:56:27 +01:00
.forgejo/workflows Add prototype Forgejo CI 2025-08-09 20:56:27 +01:00
benches Benchmarks now use a dictionary stored in the repo for consistency. 2024-09-04 15:41:59 +01:00
src Add prototype Forgejo CI 2025-08-09 20:56:27 +01:00
.gitignore Initial Dictionary implementation 2024-08-25 11:08:08 +01:00
Cargo.lock Use Array2D instead of a HashSet for the visited bitmap, saving around 5% 2024-09-05 22:00:26 +01:00
Cargo.toml Cargo fmt, not sure why this wasn't enabled before. 2024-09-08 20:54:59 +01:00
dictionary-bench.gz Benchmarks now use a dictionary stored in the repo for consistency. 2024-09-04 15:41:59 +01:00