Trapping Rain Water | Algorithm Problem
October 29, 2017
Posted by Dipen Adroja
In this article, we are going to solve the trapping water problem. This kind of problems are asked very frequently in interviews and online programming challenges. Problem Statement We need to find the maximum volume of water that can be stored in between buildings or bars as shown in the below image. Assume that width of each […]