4.3 All permutations of subsequences
Solution: all base are results to be returned
//no need to consider all elements
res.add(new String(array, 0, index));
Last updated
Was this helpful?
Solution: all base are results to be returned
//no need to consider all elements
res.add(new String(array, 0, index));
Last updated
Was this helpful?