Skip to content

Commit cd2e65f

Browse files
author
lucifer
committed
feat: Painting-Houses
1 parent b3f6aae commit cd2e65f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

problems/Minimum-Dropping-Path-Sum.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,8 @@ class Solution:
115115
- 时间复杂度:$O(m*n)$
116116
- 空间复杂度:$O(1)$ (使用了滚动数组优化)
117117

118+
## 相关题目
119+
120+
- [Painting-Houses](https://binarysearch.com/problems/Painting-Houses) (换皮题。代码一模一样,直接复制粘贴代码就可以 AC)
121+
118122
以上就是本文的全部内容了。大家对此有何看法,欢迎给我留言,我有时间都会一一查看回答。更多算法套路可以访问我的 LeetCode 题解仓库:https://github.com/azl397985856/leetcode 。 目前已经 40K star 啦。大家也可以关注我的公众号《力扣加加》带你啃下算法这块硬骨头。

0 commit comments

Comments
 (0)