Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding optimized code for largest rectangle histogram #12268

Open
Avnee29 opened this issue Oct 24, 2024 · 1 comment · May be fixed by #12269
Open

adding optimized code for largest rectangle histogram #12268

Avnee29 opened this issue Oct 24, 2024 · 1 comment · May be fixed by #12269
Labels
enhancement This PR modified some existing files

Comments

@Avnee29
Copy link

Avnee29 commented Oct 24, 2024

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 Avnee29 added the enhancement This PR modified some existing files label Oct 24, 2024
@rushikeshkotkar04
Copy link

I'm working on this Feature

@ankana2113 ankana2113 linked a pull request Oct 24, 2024 that will close this issue
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This PR modified some existing files
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants