I have a simple code here:
n=3;k=1 var combine = function(n, k) { let res = []; helper(1, []); function helper (start, temp) { if (temp.l