Number Factors
Let's solve the Number Factors problem using Dynamic Programming.
Statement
Given a fixed list of numbers, 
Note: You may assume that you can use a specific number as many times as you want. Additionally, the order in which we select numbers from the list is significant.
Let's say 
- Using - four times: - . 
- Using a - and then a - : - . 
- Using a - and then a - : - ... 
 Ask