Combination constructor

Combination(List<int> front, List<int> back)

Implementation

Combination(this.front, this.back);