Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Problem]: Trapping rain water #409

Closed
1 task done
Rronny01 opened this issue Oct 1, 2021 · 2 comments · May be fixed by #523
Closed
1 task done

[Problem]: Trapping rain water #409

Rronny01 opened this issue Oct 1, 2021 · 2 comments · May be fixed by #523
Assignees

Comments

@Rronny01
Copy link

Rronny01 commented Oct 1, 2021

Description

Find the maximum amount of water that can be trapped within a given set of bars where each bar's width is 1 unit.

Ex - an array contain height of bars {7, 0, 4, 2, 5, 0, 6, 4, 0, 5}

Rain-Water-Trapping-Bars

Language

Python

Domain

Arrays

Type of Contribution

No response

Code of Conduct

  • I follow Contributing Guidelines & Code of conduct.
@Rronny01
Copy link
Author

Rronny01 commented Oct 1, 2021

Hello, I am contributing for Hacktoberfest 2021. Please assign me this issue.

@mephi007
Copy link

mephi007 commented Oct 1, 2021

Hi @anuraggarg010, can I do the same in JAVA?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants