Skip to content

Commit c35fb16

Browse files
refactor 84
1 parent cd9536b commit c35fb16

File tree

1 file changed

+0
-2
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-2
lines changed

src/main/java/com/fishercoder/solutions/_84.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
* the width of each bar is 1, find the area of largest rectangle in the histogram.
1010
1111
Above is a histogram where width of each bar is 1, given height = [2,1,5,6,2,3].
12-
13-
1412
The largest rectangle is shown in the shaded area, which has area = 10 unit.
1513
1614
For example,

0 commit comments

Comments
 (0)