Finds the minimal number of moves to solve a Rubix cube utilizing a binomial heap.
Only use of non-standard library is a single call to generate a random number.
The notation used is https://solvethecube.com/notation
Rust tool chain. Install with
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
From base directory of project
cargo build --release
time target/release/cube