42. Trapping Rain WaterHard
Given
n
non-negative integers representing an elevation map where the width of each bar is1
, compute how much water it can trap after raining.
- Problem
- Solutions
Given
n
non-negative integers representing an elevation map where the width of each bar is1
, compute how much water it can trap after raining.