Skip to main content

7 docs tagged with "动态规划"

View All Tags

买卖股票的最佳时机121

地址:https://leetcode.cn/problems/best-time-to-buy-and-sell-stock/description/?envType=study-plan-v2&envId=top-100-liked

最长回文子串5

地址:https://leetcode.cn/problems/longest-substring-without-repeating-characters/description/

打家劫舍198

地址:https://leetcode.cn/problems/house-robber/description/?envType=study-plan-v2&envId=top-100-liked

打家劫舍II213

地址:https://leetcode.cn/problems/queue-reconstruction-by-height/?envType=problem-list-v2&envId=segment-tree

杨辉三角118

地址:https://leetcode.cn/problems/pascals-triangle/description/

爬楼梯70

地址:https://leetcode.cn/problems/climbing-stairs/