Crate aoc_search
source ·Expand description
Iterative search algorithms for solutions in a problem space
Re-exports
pub use pairs_map::*;
pub use permutations::*;
pub use priority::*;
Modules
- Generate permutations of
usize
from0 .. len
. - Standard prelude for wildcard imports.