原文链接: https://leetcode-cn.com/problems/trapping-rain-water
英文原文Given n non-negative integers representing an elevation
标签详情
单调栈 分类
原文链接: https://leetcode-cn.com/problems/largest-rectangle-in-histogram
英文原文Given an array of integers heights represent
原文链接: https://leetcode-cn.com/problems/maximal-rectangle
英文原文Given a rows x cols binary matrix filled with 0'
原文链接: https://leetcode-cn.com/problems/remove-duplicate-letters
英文原文Given a string s, remove duplicate letters so that
原文链接: https://leetcode-cn.com/problems/create-maximum-number
英文原文You are given two integer arrays nums1 and nums2 of l
原文链接: https://leetcode-cn.com/problems/remove-k-digits
英文原文Given string num representing a non-negative integer num, a
原文链接: https://leetcode-cn.com/problems/132-pattern
英文原文Given an array of n integers nums, a 132 pattern is a subs
原文链接: https://leetcode-cn.com/problems/next-greater-element-i
英文原文The next greater element of some element x in an arr
原文链接: https://leetcode-cn.com/problems/next-greater-element-ii
英文原文Given a circular integer array nums (i.e., the next
原文链接: https://leetcode-cn.com/problems/shortest-unsorted-continuous-subarray
英文原文Given an integer array nums, you need
1 / 4