leetcode 84 Largest Rectangle in Histogram

 Given n non-negative integers representing the histogram’s bar height where the width of each bar is 1, find the area of largest rectangle in the histogram. Example: Input: [2,1,5,6,2,3] Output: 10 求
相關文章
相關標籤/搜索