Skip to content

Commit a22039a

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dynamic_programming/house_robber.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ std::uint64_t houseRobber(const std::vector<int> &money, int n) {
6969
* @returns void
7070
*/
7171
static void test() {
72+
//Test 1
7273
// [1, 2, 3, 1] return 4
7374
std::vector<int> array1 = {1, 2, 3, 1};
7475
std::cout << "Test 1... ";

0 commit comments

Comments
 (0)