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 1bbaffc commit abe1bf1Copy full SHA for abe1bf1
climbing-stairs/jiyseo.py
@@ -12,4 +12,4 @@ def climbStairs(self, n):
12
arr[i] = arr[i - 1] + arr[i - 2]
13
14
return arr[n]
15
-
+
0 commit comments