We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cbdfdb commit d8bf45bCopy full SHA for d8bf45b
dynamic_programming/trapped_rainwater.cpp
@@ -5,6 +5,7 @@
5
* @details
6
* This implementation calculates the amount of rainwater that can be trapped
7
* between walls represented by an array of heights.
8
+ * @author [SOZEL](https://github.com/TruongNhanNguyen)
9
*/
10
11
#include <algorithm> /// For std::min and std::max
0 commit comments