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 a709d95 commit 8d4834cCopy full SHA for 8d4834c
jump-game/Yjason-K.ts
@@ -26,4 +26,5 @@ function canJump(nums: number[]): boolean {
26
}
27
28
return dfs(0); // 0번 인덱스에서 시작
29
-}
+}
30
+
0 commit comments