Trapping Rain Water at Google
Hard66.8% acceptance
This problem has 75.0% frequency at Google.
Problem Description
Given `n` non-negative integers representing an elevation map where the width of each bar is `1`, compute how much water it can trap after raining.
Read full problem and hintsTopics
Also asked at 77 companies
More Google Questions
Two SumEasyMedian of Two Sorted ArraysHardLongest Common PrefixEasyLongest Consecutive SequenceMediumMerge Strings AlternatelyEasy
View all Google questions