akshitagit / CPP

Repository for C++/C codes and algos.
https://github.com/akshitagupta15june
MIT License
493 stars 434 forks source link

Added TrappingWater.cpp #628

Closed Nishit278 closed 3 years ago

Nishit278 commented 3 years ago

Added solution to Trapping Rainwater problem using 2 pointer method.