Largest Rectangle in a Histogram

Largest Rectangle in a Histogram

"Your power to choose can never be taken from you.
It can be neglected and it can be ignored.
But if used, it can make all the difference."
― Steve Goodier

You have a histogram. Try to find the size of the biggest rectangle you can build out of the histogram bars.

Input: An array of all rectangles’ heights on the histogram.

Output: Area of the biggest rectangle.

...

You should be an authorized user in order to see the full description and start solving this mission.
19