ishangoyal13 / fullstackDevelopment

Material & Projects related to full stack development
125 stars 207 forks source link

Largest Rectangle in Histogram #545

Closed Rutikab12 closed 3 years ago

Rutikab12 commented 3 years ago

Description

Program: Given an array, each element represents the height of the histograms bar, and the width of each bar is 1, find the area of the largest rectangle in the histogram.

In C++ language as Hacktoberfest21 participant.

Language

C++

Domain

Stacks

Type of Contribution

Code

Code of Conduct

iamsunil25 commented 3 years ago

@Rutikab12 i am working on this issue

Rutikab12 commented 3 years ago

@Rutikab12 i am working on this issue

Okay.