This website requires JavaScript.
Explore
Help
Sign in
rjek
/
wriggle
Watch
1
Star
0
Fork
You've already forked wriggle
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
A Rust implementation of Boggle complete with fast solver
48
commits
1
branch
0
tags
256
KiB
Rust
100%
main
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Exact
Exact
Union
RegExp
Rob Kendrick
a557150e72
All checks were successful
/ test (pull_request)
Successful in 2m57s
Details
/ test (push)
Successful in 3m14s
Details
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