
着色问题
文章平均质量分 79
jmspan
这个作者很懒,什么都没留下…
展开
-
LeetCode 200. Number of Islands(小岛)
https://leetcode.com/problems/number-of-islands/ Given a 2d grid map of '1's (land) and '0's (water), count the number of islands. An island is surrounded by water and is formed by connecting原创 2016-05-04 04:23:07 · 1868 阅读 · 0 评论 -
LeetCode 309. Best Time to Buy and Sell Stock with Cooldown(股票交易)
原题网址:https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/ Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to原创 2016-04-20 13:34:58 · 673 阅读 · 0 评论 -
LeetCode 256. Paint House(房子涂色)
原题网址:https://leetcode.com/problems/paint-house/ There are a row of n houses, each house can be painted with one of the three colors: red, blue or green. The cost of painting each house with a cer原创 2016-04-09 05:05:47 · 1703 阅读 · 0 评论 -
LeetCode 265. Paint House II(房子涂色)
原题网址:https://leetcode.com/problems/paint-house-ii/ There are a row of n houses, each house can be painted with one of the k colors. The cost of painting each house with a certain color is differe原创 2016-04-10 16:22:00 · 1606 阅读 · 0 评论 -
LeetCode 276. Paint Fence(篱笆涂色)
原题网址:https://leetcode.com/problems/paint-fence/ There is a fence with n posts, each post can be painted with one of the k colors. You have to paint all the posts such that no more than two adj原创 2016-04-14 00:48:41 · 1618 阅读 · 0 评论