Update dynamic_programming/house_robber.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Swastika Gupta 2021-07-08 09:20:47 +05:30 committed by GitHub
parent c76ef7cfef
commit 203cce31aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@
namespace dynamic_programming {
/**
* @namespace house_robber
* @brief Functions for House Robber algorithm
* @brief Functions for the [House Robber](https://labuladong.gitbook.io/algo-en/i.-dynamic-programming/houserobber) algorithm
*/
namespace house_robber {
/**