IP属地:陕西
动态规划理论基础 动态规划中每一个状态一定是由上一个状态推导出来的,这一点就区分于贪心,贪心没有状态推导,而是从局部直接选最优的。解题步骤分为五...
122. 买卖股票的最佳时机 II[https://leetcode.cn/problems/best-time-to-buy-and-sell...
455. 分发饼干[https://leetcode.cn/problems/assign-cookies/] 解题思路: 为了满足更多的小孩,...
51. N 皇后[https://leetcode.cn/problems/n-queens/] 解题思路: 约束条件:不能同行、不能同列、不能...
491. 非递减子序列[https://leetcode.cn/problems/non-decreasing-subsequences/] 解...