From 155bf559178c949da8f510eb04d3970720a0fca2 Mon Sep 17 00:00:00 2001 From: David Leal Date: Thu, 8 Jul 2021 15:11:33 -0500 Subject: [PATCH] Apply suggestions from code review --- dynamic_programming/house_robber.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dynamic_programming/house_robber.cpp b/dynamic_programming/house_robber.cpp index a02e96f6d..795a08b0c 100644 --- a/dynamic_programming/house_robber.cpp +++ b/dynamic_programming/house_robber.cpp @@ -13,6 +13,7 @@ #include /// for std::max #include /// for io operations #include /// for std::vector + /** * @namespace dynamic_programming * @brief Dynamic Programming algorithms