更新图片链接

This commit is contained in:
kama
2025-05-19 17:11:04 +08:00
parent b489cb69b5
commit ce6e658d14
315 changed files with 2499 additions and 1729 deletions

2
problems/0070.爬楼梯.md Normal file → Executable file
View File

@@ -101,7 +101,7 @@ dp[i] 爬到第i层楼梯有dp[i]种方法
举例当n为5的时候dp tabledp数组应该是这样的
![70.爬楼梯](https://file.kamacoder.com/pics/20210105202546299.png)
![70.爬楼梯](https://file1.kamacoder.com/i/algo/20210105202546299.png)
如果代码出问题了就把dp table 打印出来,看看究竟是不是和自己推导的一样。