Given an array of integers heights representing the histogram's bar height where the width of each bar is 1, Return the area of the largest rectangle in the histogram. Example 1: Input: heights = [2,1,5,6,2,3] Output: 10 Explanation: The above is a ...
leetcodex.hashnode.dev3 min read
No responses yet.