...
/DIY: Largest Rectangle in Histogram
DIY: Largest Rectangle in Histogram
Solve the interview question "Largest Rectangle in Histogram" yourself in this lesson.
We'll cover the following...
Problem statement
We are given an array of n
non-negative integers representing the histogram’s bar height where the ...