JavaScript icon indicating copy to clipboard operation
JavaScript copied to clipboard

RAIN WATER SAVING-INTERVIEW QUESTION(FAANG)

Open akshitagupta15june opened this issue 4 years ago • 5 comments

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: image

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

akshitagupta15june avatar Sep 25 '20 18:09 akshitagupta15june

ADD IN INTERVIEW QUESTION REPO

akshitagupta15june avatar Sep 25 '20 18:09 akshitagupta15june

Can you assign this to me ?

shiv-ani-singh avatar Sep 26 '20 07:09 shiv-ani-singh

assigning to u

akshitagupta15june avatar Sep 26 '20 09:09 akshitagupta15june

Hi .. i have solved the issue . Kindly check

shiv-ani-singh avatar Oct 02 '20 00:10 shiv-ani-singh

https://github.com/akshitagupta15june/interview-techdev-guide/pull/1

shiv-ani-singh avatar Oct 02 '20 00:10 shiv-ani-singh