8000 贪心算法(greedy algorithm) - 钱币找零问题 · Micalson/Algorithms@6ce570a · GitHub
[go: up one dir, main page]

Skip to content

Commit 6ce570a

Browse files
committed
贪心算法(greedy algorithm) - 钱币找零问题
1 parent c450c25 commit 6ce570a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CommonAlgorithms/Greedy/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2+
// main.cpp
23
// 贪心算法(greedy algorithm)
3-
//
44
// 钱币找零问题
55
// 假设有i种纸币,Values[i]元的纸币有Counts[i]张。现在要用这些钱来支付Total元,至少要用多少张纸币?
66
//

0 commit comments

Comments
 (0)
0