Skip to content

Commit 6776ecc

Browse files
committed
docs: 0518零钱兑换Ⅱ 修改标签
1 parent e98f947 commit 6776ecc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

problems/0518.零钱兑换II.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ object Solution {
397397
}
398398
}
399399
```
400-
## C
400+
### C
401401

402402
```c
403403
int change(int amount, int* coins, int coinsSize) {
@@ -444,3 +444,4 @@ public class Solution
444444
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
445445
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
446446
</a>
447+

0 commit comments

Comments
 (0)