Dynamic Programming
原理
Those who cannot remember the past are condemned to repeat it. --DP
动态规划算法的核心就是记住已经解决过的子问题的解。
①自顶向下的备忘录法 ②自底向上。
参考
动态规划
贪心算法
遍历
树
哈希表
Those who cannot remember the past are condemned to repeat it. --DP
动态规划算法的核心就是记住已经解决过的子问题的解。
①自顶向下的备忘录法 ②自底向上。
动态规划
贪心算法
遍历
树
哈希表