pydata

Keep Looking, Don't Settle

leetcode 322. Coin Change

题目大意 给定一堆硬币和一个数字,求组成那个数字的最少硬币个数。如果币值没法构成给定数字,返回 -1