Skip to content

SortPuz-Sorter is a Rust project inspired by the game SortPuz. This project aims to solve the puzzles.

License

Notifications You must be signed in to change notification settings

DestinEcarma/sortpuz-sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SortPuz Sorter

SortPuz-Sorter is a Rust project inspired by the popular puzzle game SortPuz. This project implements an algorithm to solve SortPuz using Depth First Search (DFS). While the DFS algorithm may not always provide the most optimal or shortest solution, it effectively solves the puzzle.

Usage

First, build the executable file or run it directly in release mode for optimal performance:

cargo build --release

or

cargo run --release

There is also an option to use the ball method via features:

cargo run --release --features ball

Finally, you can display all available options and commands by running the program with the -h or --help argument:

cargo run --release -- -h

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

SortPuz-Sorter is a Rust project inspired by the game SortPuz. This project aims to solve the puzzles.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages