Open akshitagupta15june opened 4 years ago
ADD IN INTERVIEW QUESTION REPO
hey, @akshitagupta15june can you assign this to me?
YES I AM ASSIGNING IT TO U ADD IN ALGORITHMS FOLDER
Can you please assign this to me?
@akshitagupta15june
I was looking for a repository to contribute to open source and found this one. Can you assign this to me? I'm familiar with the CPP Programming . and I would love to do it..
-Regards, thanks.
AKSHITA has created an elevated roof. She wants to know how much water can she save during rain.
Given n non negative integers representing the elevation map where width of every bar is 1, Find the maximum water that she can save.
Explanation for the Sample input Testcase:
Elevation Map Input Format
First line contains an integer n. Second line contains n space separated integers representing the elevation map. Constraints
1 <= N <= 10^6 Output Format
Print a single integer containing the maximum unit of waters she can save. Sample Input
10 0 2 1 3 0 1 2 1 2 1
Sample Output
5