mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 02:25:57 +08:00
Apply suggestions from code review
This commit is contained in:
@@ -27,7 +27,7 @@ namespace dynamic_programming {
|
||||
*/
|
||||
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
|
||||
* @param money array containing money in the ith house
|
||||
* @param n size of array
|
||||
|
||||
Reference in New Issue
Block a user