Skip to content

Commit c54a718

Browse files
authored
Update 84_largest_rectangle_in_histogram.cpp
1 parent ce1c6b7 commit c54a718

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

solutions/84_largest_rectangle_in_histogram.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// very important to understand stack usage
2+
13
class Solution {
24
public:
35
int largestRectangleArea(vector<int>& heights) {

0 commit comments

Comments
 (0)