mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-07 05:42:03 +08:00
Apply suggestions from code review
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user