130 Coin Change II Medium 2-D Dynamic Programming

Given coins and an amount, find the number of WAYS to make the amount (unlimited supply).

131 Target Sum Medium 2-D Dynamic Programming

Given nums and a target, assign + or - to each number to reach target. Count the number of ways.