jeremie1112 / All_Programs_and_algorithms

In this repository, you can add all your programs and algorithm using any coding languages
24 stars 119 forks source link

improved trapping_rain_water idea #186

Closed hemanthkotaprolu closed 2 years ago

hemanthkotaprolu commented 2 years ago

Issue #185

Improved algorithm from O(n2) --> O(n). Please review and let me know. Thanks

hemanthkotaprolu commented 2 years ago

Yeah will do that. Thanks

jeremie1112 commented 2 years ago

Yeah will do that. Thanks

@hemanthkotaprolu counting on you

hemanthkotaprolu commented 2 years ago

Please review and let me know.