LeetCode - Trapping Rain Water
Description: https://leetcode.com/problems/trapping-rain-water/description/
To solve this problem, the main observation is that at each index i, the amount of water that can be trapped depends on the the highest bars to its left and right elements, minus its own height.
Key insights:
* Water level at index_