Skip to content

Commit 126e3f2

Browse files
Update dynamic_programming/house_robber.cpp
Co-authored-by: Abhinn Mishra <49574460+mishraabhinn@users.noreply.github.com>
1 parent d364d13 commit 126e3f2

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
@@ -9,7 +9,7 @@
99
#include <cassert> /// for assert
1010
#include <iostream> /// for io operations
1111
#include <vector> /// for std::vector
12-
12+
#include <climits> /// for std::max
1313
/**
1414
* @namespace dynamic_programming
1515
* @brief House robber algorithm

0 commit comments

Comments
 (0)