Daily Dose of DSA- Day 9
//Question link : https://leetcode.com/problems/trapping-rain-water/
// /*In this approach we traverse the array and
// for every element we search for leftmax(traversing in the left)and rightmax(traversing in the right).
// Then water trapped at a p...
legolas12hustle.dev3 min read
Atharva
Grind & Hustle
Question Link : leetcode.com/problems/trapping-rain-water