1 parent c450c25 commit 6ce570aCopy full SHA for 6ce570a
1 file changed
CommonAlgorithms/Greedy/main.cpp
@@ -1,6 +1,6 @@
1
//
2
+// main.cpp
3
// 贪心算法(greedy algorithm)
-//
4
// 钱币找零问题
5
// 假设有i种纸币,Values[i]元的纸币有Counts[i]张。现在要用这些钱来支付Total元,至少要用多少张纸币?
6
0 commit comments