We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2718a commit 23502e0Copy full SHA for 23502e0
house-robber/y00eunji.js
@@ -21,6 +21,3 @@ var rob = function(nums) {
21
22
return dp[len - 1];
23
};
24
-
25
-console.log(rob([1,2,3,1])); // 4
26
-console.log(rob([2,7,9,3,1])); // 12
0 commit comments