leetcode中可以用背包问题思想解题的题
这两天为了复习背包问题,回顾了我之前写的博客,并且找了几道leetcode的题目练练手。leetcode上没有专门针对背包问题的题目,但有可以用背包思想解题的题。1、Coin Change(Leetcode 322)You are given coins of different denominations and a total amount of money amount. ...