Skip to content

Commit 203cce3

Browse files
SwastyyPanquesito7
andauthored
Update dynamic_programming/house_robber.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
1 parent c76ef7c commit 203cce3

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
@@ -20,7 +20,7 @@
2020
namespace dynamic_programming {
2121
/**
2222
* @namespace house_robber
23-
* @brief Functions for House Robber algorithm
23+
* @brief Functions for the [House Robber](https://labuladong.gitbook.io/algo-en/i.-dynamic-programming/houserobber) algorithm
2424
*/
2525
namespace house_robber {
2626
/**

0 commit comments

Comments
 (0)