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 ab264d2 commit 0223ed2Copy full SHA for 0223ed2
house-robber-ii/Yjason-K.ts
@@ -39,4 +39,5 @@ function rob(nums: number[]): number {
39
40
return Math.max(max1, max2);
41
42
-};
+};
43
+
0 commit comments