[LeetCode] Largest Rectangle in Histogram

1 · · Feb. 7, 2022, 10:14 a.m.
84. Largest Rectangle in Histogram 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. ...