2140. Solving Questions With Brainpower https://leetcode.com/problems/solving-questions-with-brainpower
2320. Count Number of Ways to Place Houses https://leetcode.com/problems/count-number-of-ways-to-place-houses
983. Minimum Cost For Tickets https://leetcode.com/problems/minimum-cost-for-tickets
740. Delete and Earn https://leetcode.com/problems/delete-and-earn
2611. Mice and Cheese https://leetcode.com/problems/mice-and-cheese
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.