We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f6aae commit cd2e65fCopy full SHA for cd2e65f
problems/Minimum-Dropping-Path-Sum.md
@@ -115,4 +115,8 @@ class Solution:
115
- 时间复杂度:$O(m*n)$
116
- 空间复杂度:$O(1)$ (使用了滚动数组优化)
117
118
+## 相关题目
119
+
120
+- [Painting-Houses](https://binarysearch.com/problems/Painting-Houses) (换皮题。代码一模一样,直接复制粘贴代码就可以 AC)
121
122
以上就是本文的全部内容了。大家对此有何看法,欢迎给我留言,我有时间都会一一查看回答。更多算法套路可以访问我的 LeetCode 题解仓库:https://github.com/azl397985856/leetcode 。 目前已经 40K star 啦。大家也可以关注我的公众号《力扣加加》带你啃下算法这块硬骨头。
0 commit comments