Dynamic Programming: Knapsack - Perfect Squares
You need to find the minimum number of perfect square numbers that sum to a given integer
n. Which algorithmic approach guarantees an optimal solution for this problem?