![240](https://cdn2.jianshu.io/assets/default_avatar/10-e691107df16746d4a9f3fe9496fd1848.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
下一個更大元素 II 下一個更大元素 II[https://leetcode.cn/problems/next-greater-element-...
每日溫度 力扣題目鏈接[https://leetcode.cn/problems/daily-temperatures/]利用單調(diào)棧:記錄遍歷過...
兩個字符串的刪除操作 力扣題目鏈接[https://leetcode.cn/problems/delete-operation-for-two-...
判斷子序列 力扣題目鏈接[https://leetcode.cn/problems/is-subsequence/]其實就是最長公共子序列的變種...
最長公共子序列 力扣題目鏈接[https://leetcode.cn/problems/longest-common-subsequence/]...
最長遞增子序列 leecode題目鏈接[https://leetcode.cn/problems/longest-increasing-subs...
打家劫舍 力扣題目鏈接[https://leetcode.cn/problems/house-robber/]dp含義:考慮偷下標(biāo)為0-i的房間...
單詞拆分 力扣題目鏈接[https://leetcode.cn/problems/word-break/]dp數(shù)組含義:字符串長度為i统抬,dp[i...
爬樓梯(進(jìn)階) 力扣題目鏈接[https://leetcode.cn/problems/climbing-stairs/]改為:一步一個臺階簇抵,兩...