- Time : O(ACB)
- Space : O(B)
c++
1 | void helper(vector<vector<int>>& res, int now, int n, int rem, vector<int>& A) { |