Daniel Lubarov 763d63de08 For permutations, find the optimal sequence of swaps
Using a method Angus described. This is mainly his idea and code, I just ported it to Rust.
2022-08-09 16:33:02 -04:00

3 lines
46 B
Rust

mod permutations;
pub mod stack_manipulation;