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

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 {
/**