From 203cce31aaf89a2a4fe5b57dc75dbf85cfe69555 Mon Sep 17 00:00:00 2001 From: Swastika Gupta <64654203+Swastyy@users.noreply.github.com> Date: Thu, 8 Jul 2021 09:20:47 +0530 Subject: [PATCH] Update dynamic_programming/house_robber.cpp Co-authored-by: David Leal --- dynamic_programming/house_robber.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic_programming/house_robber.cpp b/dynamic_programming/house_robber.cpp index b718cfa85..c00bbc568 100644 --- a/dynamic_programming/house_robber.cpp +++ b/dynamic_programming/house_robber.cpp @@ -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 { /**