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 382e9b2 commit a71fa6dCopy full SHA for a71fa6d
dynamic_programming/catalan_numbers.cpp
@@ -12,7 +12,7 @@
12
#include <cassert> /// for assert
13
#include <cstdint> /// for std::uint64_t
14
#include <cstdlib> /// for std::size_t
15
-#include <functional> /// for std::plus
+#include <functional> /// for std::plus & std::multiplies
16
#include <numeric> /// for std::transform_reduce
17
#include <vector> /// for std::vector
18
0 commit comments