Python icon indicating copy to clipboard operation
Python copied to clipboard

adding optimized code for largest rectangle histogram

Open Avnee29 opened this issue 1 year ago • 1 comments

Feature description

You are given an array of integers heights where heights[i] represents the height of a bar. The width of each bar is 1.

Return the area of the largest rectangle that can be formed among the bars. giving optimized solution for this problem using stacks
kindly assign me this issue

Avnee29 avatar Oct 24 '24 14:10 Avnee29

I'm working on this Feature

rushikeshkotkar04 avatar Oct 24 '24 14:10 rushikeshkotkar04