DSA icon indicating copy to clipboard operation
DSA copied to clipboard

Trapping Rain Water (in C++)

Open Avimathu opened this issue 2 years ago • 4 comments

Trapping Rain Water

Problem : Given n non-negative integers representing an elevation map where the width of each bar is 1, algorithm computes how much water it can trap after raining. Type of Algorithm : Dynamic Programming & Vectors

Have you read the Contributing.md and Code of conduct

  • [x] Yes
  • [ ] No

Other context

This is a competitive platform problem: Leetcode

Avimathu avatar Oct 20 '22 09:10 Avimathu

Thanks for opening your first issue here! Be sure to follow the issue template!

welcome[bot] avatar Oct 20 '22 09:10 welcome[bot]

Please assign this issue to me, I would like to contribute to this issue raised by me.

Avimathu avatar Oct 20 '22 09:10 Avimathu

Please approve my PR that I have raised. Thank you! Trapping Rain Water (in C++) #1060

Avimathu avatar Oct 21 '22 06:10 Avimathu

can I add this algorithm ?

roy7077 avatar Aug 26 '23 04:08 roy7077