Skip to content

Commit d78ea0c

Browse files
authored
Update 042._trapping_rain_water.md
1 parent cddb60b commit d78ea0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/Leetcode_Solutions/Python/042._trapping_rain_water.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Given n non-negative integers representing an elevation map where the width of e
1515
```
1616

1717
![](https://github.com/apachecn/awesome-algorithm/blob/master/images/042/rainwatertrap.png)
18+
1819
The above elevation map is represented by array [0,1,0,2,1,0,1,3,2,1,2,1]. In this case, 6 units of rain water (blue section) are being trapped. Thanks Marcos for contributing this image!
1920
```
2021
Example:

0 commit comments

Comments
 (0)