My code works for solving the coin problem, now i need to prune the algorithm. I have tried to implement: if (sum < target || min > target) than prune. some thing isn\