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 d8bf45b commit 5be0b58Copy full SHA for 5be0b58
dynamic_programming/trapped_rainwater.cpp
@@ -10,7 +10,7 @@
10
11
#include <algorithm> /// For std::min and std::max
12
#include <cassert> /// For assert
13
-#include <vector> /// For vector container
+#include <vector> /// For std::vector
14
15
/*
16
* @namespace
0 commit comments