Skip to content

Commit d8bf45b

Browse files
doc: adding Sozel as author
1 parent 8cbdfdb commit d8bf45b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dynamic_programming/trapped_rainwater.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* @details
66
* This implementation calculates the amount of rainwater that can be trapped
77
* between walls represented by an array of heights.
8+
* @author [SOZEL](https://github.com/TruongNhanNguyen)
89
*/
910

1011
#include <algorithm> /// For std::min and std::max

0 commit comments

Comments
 (0)