Skip to content

Commit 23502e0

Browse files
committed
198. House Robber
1 parent 5d2718a commit 23502e0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

house-robber/y00eunji.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,3 @@ var rob = function(nums) {
2121

2222
return dp[len - 1];
2323
};
24-
25-
console.log(rob([1,2,3,1])); // 4
26-
console.log(rob([2,7,9,3,1])); // 12

0 commit comments

Comments
 (0)