← All methods
Given coins and an amount, find the number of WAYS to make the amount (unlimited supply).
Given nums and a target, assign + or - to each number to reach target. Count the number of ways.