puzzle24

Crates.iopuzzle24
lib.rspuzzle24
version0.1.0
sourcesrc
created_at2024-02-22 16:01:04.651044
updated_at2024-02-22 16:01:04.651044
descriptionLibrary for solving Twenty-Four Sliding Puzzles
homepage
repositoryhttps://github.com/sourcedennis/puzzle24
max_upload_size
id1149453
size36,553
Dennis (sourcedennis)

documentation

README

Twenty-Four Puzzles

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:

  • Disjoint pattern database heuristics (2002), by Richard E. Korf and Ariel Felner.

Additionally, we take the sample puzzles from:

  • Finding Optimal Solutions to the Twenty-Four Puzzle (1996), by Richard E. Korf and Larry A. Taylor

Otherwise, this library contains many low-level optimizations.

License

MIT - See the LICENSE file

Commit count: 0

cargo fmt