Skip to content

Commit 913baf8

Browse files
authored
Apply suggestions from code review
1 parent 155bf55 commit 913baf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic_programming/house_robber.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace dynamic_programming {
2727
*/
2828
namespace house_robber {
2929
/**
30-
* @brief The main function implements house robber algorithm using dynamic
30+
* @brief The main function that implements the House Robber algorithm using dynamic
3131
* programming
3232
* @param money array containing money in the ith house
3333
* @param n size of array

0 commit comments

Comments
 (0)