实现思路 求解“最优”问题,使用动态规划算法,采用自底向上的策略,使用迭代的方式进行推导。 java实现 public class CoinPro { public static void main(String[] args) { for(int i=1;i<<