Crates.io | puzzle24 |
lib.rs | puzzle24 |
version | 0.1.0 |
source | src |
created_at | 2024-02-22 16:01:04.651044 |
updated_at | 2024-02-22 16:01:04.651044 |
description | Library for solving Twenty-Four Sliding Puzzles |
homepage | |
repository | https://github.com/sourcedennis/puzzle24 |
max_upload_size | |
id | 1149453 |
size | 36,553 |
A Rust library that helps with solving Twenty-Four Puzzles. These are sliding puzzles with 24 tiles in a 5x5 grid.
Primarly, it implements pattern databases from:
Additionally, we take the sample puzzles from:
Otherwise, this library contains many low-level optimizations.
MIT - See the LICENSE
file