Problem 60421. Largest Rectangle Area in a Histogram
Given a histogram represented by an array of integers, e.g., [2, 1, 4, 5, 1, 3, 3] :
find the maximum area of a rectangle that can be formed using the histogram bars. In the example histogram, the maximum area is 8 units.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers6
Suggested Problems
-
2584 Solvers
-
1223 Solvers
-
477 Solvers
-
71 Solvers
-
Create a vector whose elements depend on the previous element
680 Solvers
More from this Author53
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!