Solution: House Robber
Let's solve the House Robber problem using the Dynamic Programming pattern.
Statement
As a skilled thief, you are planning to rob multiple houses on a street, each of which contains a substantial amount of money. However, you cannot rob the adjacent houses due to the connected security systems. Otherwise, the police will be contacted automatically.
Given an array of integers, nums, representing the amount of money present in each house, return the maximum amount of money that you can successfully steal without notifying the police.
Constraints
-
nums.length