Backtracking/combinations library

Functions

combine(int n, int k) List<List<int>>
Generates all possible combinations of k numbers out of the range 1 to n using backtracking.