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 155bf55 commit 913baf8Copy full SHA for 913baf8
dynamic_programming/house_robber.cpp
@@ -27,7 +27,7 @@ namespace dynamic_programming {
27
*/
28
namespace house_robber {
29
/**
30
- * @brief The main function implements house robber algorithm using dynamic
+ * @brief The main function that implements the House Robber algorithm using dynamic
31
* programming
32
* @param money array containing money in the ith house
33
* @param n size of array
0 commit comments