diff --git a/dynamic_programming/house_robber.cpp b/dynamic_programming/house_robber.cpp index 6c17f75e5..90578d73d 100644 --- a/dynamic_programming/house_robber.cpp +++ b/dynamic_programming/house_robber.cpp @@ -4,7 +4,7 @@ * @details * Solution of House robber problem uses a dynamic programming concept that * works in \f$O(n)\f$ time and works in \f$O(1)\f$ space. - * @author [Swastika Gupta](https://github.com/swastyy) + * @author [Swastika Gupta](https://github.com/Swastyy) */ #include /// for assert