Skip to main content

permutations

Function permutations 

Source
pub fn permutations(k: usize) -> Vec<Vec<usize>>
Expand description

Every permutation of 0..k — the orderings to feed the real checker.