对于数组和链表来说,那时期的我对于刷题的套路公式以及规范化还是一个很懵懂的状态。在这个阶段的后期,我能够对刷题的整个流程有了比较清楚的认知。但是...
84. 柱状图中最大的矩形 题目链接:84. 柱状图中最大的矩形[https://leetcode.cn/problems/largest-re...
503. 下一个更大元素 II 题目链接:503. 下一个更大元素 II[https://leetcode.cn/problems/next-g...
单调栈: 通常是一维数组,要寻找任一个元素的右边或者左边第一个比自己大或者小的元素的位置,此时我们就要想到可以用单调栈了。 739. 每日温度 ...
647. 回文子串 题目链接:647. 回文子串[https://leetcode.cn/problems/palindromic-substr...
583. 两个字符串的删除操作 题目链接:583. 两个字符串的删除操作[https://leetcode.cn/problems/delete...
392. 判断子序列 题目链接:392. 判断子序列[https://leetcode.cn/problems/is-subsequence/]...
1143. 最长公共子序列 题目链接:1143. 最长公共子序列[https://leetcode.cn/problems/longest-co...
300. 最长递增子序列 题目链接:300. 最长递增子序列[https://leetcode.cn/problems/longest-incr...