2140. 解决智力问题 https://leetcode.cn/problems/solving-questions-with-brainpower
2140. Solving Questions With Brainpower https://leetcode.com/problems/solving-questions-with-brainpower
2320. 统计放置房子的方式数 https://leetcode.cn/problems/count-number-of-ways-to-place-houses
2320. Count Number of Ways to Place Houses https://leetcode.com/problems/count-number-of-ways-to-place-houses
983. 最低票价 https://leetcode.cn/problems/minimum-cost-for-tickets
983. Minimum Cost For Tickets https://leetcode.com/problems/minimum-cost-for-tickets
740. 删除并获得点数 https://leetcode.cn/problems/delete-and-earn
740. Delete and Earn https://leetcode.com/problems/delete-and-earn
2611. 老鼠和奶酪 https://leetcode.cn/problems/mice-and-cheese
2611. Mice and Cheese https://leetcode.com/problems/mice-and-cheese
2789. 合并后数组中的最大元素 https://leetcode.cn/problems/largest-element-in-an-array-after-merge-operations
2789. Largest Element in an Array after Merge Operations https://leetcode.com/problems/largest-element-in-an-array-after-merge-operations
Prerequisites
Before reading this article, you should first learn:
For dynamic programming problems, readers often say they don't know how to define the dp
function/array. Do not be intimidated; try to align with known problems and algorithm frameworks, and proceed step by step to find breakthroughs.
This article lists some problems whose solution ideas are somewhat similar to the House Robber Series Problems, which can help enhance your problem-solving abilities in this category.