Hacktoberfest icon indicating copy to clipboard operation
Hacktoberfest copied to clipboard

Trapping the rain water

Open Rutuja07 opened this issue 4 years ago • 0 comments

Added trapping the rain water solution in c++ Complexity Analysis: Time Complexity: O(n). only one traversal of the array is needed. Auxiliary Space: O(1). no extra space is required.

Rutuja07 avatar Oct 18 '20 12:10 Rutuja07