bran-nie / bran-nie.github.io

Blog
https://bran-nie.com
MIT License
3 stars 1 forks source link

Leetcode-198 -- 打家劫舍 (动态规划) — 鹏程 #37

Open bran-nie opened 3 years ago

bran-nie commented 3 years ago

https://bran-nie.com/2021/07/14/leetcode-198-house-robber/

动态规划,通过寻找状态转移方程、边界,将原问题分解为相对简单的子问题的方式求解复杂问题的方法。