Update dynamic_programming/house_robber.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Swastika Gupta
2021-07-07 08:21:23 +05:30
committed by GitHub
parent e51a696751
commit bbb5cc8650

View File

@@ -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 <cassert> /// for assert