● 84.柱状图中最大的矩形

  •  84.柱状图中最大的矩形
  • class Solution {
    public:
        int largestRectangleArea(vector& heights) 
        {
            stackst;
            heights.insert(heights.begin(),0);
            heights.push_back(0);
            st.push(0);
            int res=0;
            for(int i=1;i

你可能感兴趣的:(算法,leetcode,数据结构)