Apply suggestions from code review

This commit is contained in:
David Leal
2021-07-08 15:21:14 -05:00
committed by GitHub
parent 155bf55917
commit 913baf8849

View File

@@ -27,7 +27,7 @@ namespace dynamic_programming {
*/ */
namespace house_robber { namespace house_robber {
/** /**
* @brief The main function implements house robber algorithm using dynamic * @brief The main function that implements the House Robber algorithm using dynamic
* programming * programming
* @param money array containing money in the ith house * @param money array containing money in the ith house
* @param n size of array * @param n size of array