Function combinations

Source
pub fn combinations(n: usize, k: usize) -> Vec<Vec<usize>>