Skip to content

Commit 364bcd9

Browse files
committed
Add Wikipedia reference link for Trapping Rainwater problem
1 parent 5a5bcd9 commit 364bcd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/thealgorithms/searches/TrappingRainwater.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
*
1212
* Time Complexity: O(n)
1313
* Space Complexity: O(1)
14+
*
15+
* Reference: https://en.wikipedia.org/wiki/Trapping_rain_water
1416
*/
1517
public class TrappingRainwater {
1618

0 commit comments

Comments
 (0)