Skip to content

RAIN WATER SAVING-INTERVIEW QUESTION(FAANG) #38

Open
@akshitagupta15june

Description

@akshitagupta15june

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

Activity

akshitagupta15june

akshitagupta15june commented on Sep 25, 2020

@akshitagupta15june
MemberAuthor

ADD IN INTERVIEW QUESTION REPO

shiv-ani-singh

shiv-ani-singh commented on Sep 26, 2020

@shiv-ani-singh

Can you assign this to me ?

akshitagupta15june

akshitagupta15june commented on Sep 26, 2020

@akshitagupta15june
MemberAuthor

assigning to u

shiv-ani-singh

shiv-ani-singh commented on Oct 2, 2020

@shiv-ani-singh

Hi .. i have solved the issue . Kindly check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @akshitagupta15june@shiv-ani-singh

      Issue actions

        RAIN WATER SAVING-INTERVIEW QUESTION(FAANG) · Issue #38 · akshitagit/JavaScript