Skip to content

n_puzzle @ 42 - N-puzzle problem solver written in Rust

License

Notifications You must be signed in to change notification settings

pbondoer/42-n_puzzle-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N-puzzle @ 42

a.k.a. rustaquin

A solver for the N-puzzle problem written in Rust.

Contributors

Made with 💖 by

pbondoer cledant

Compiling

You can run the project using cargo build.

Running

You can run the project using cargo run.

Tests

Unit tests are run using cargo test.

License

GPL logo

rustaquin is licensed under the GNU General Public License 3.0.