Skip to content

Commit ac0da2e

Browse files
committed
adding climbing stairs
1 parent bb52a49 commit ac0da2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climbing-stairs/daiyongg-kim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ def climbStairs(self, n: int) -> int:
1010
prev = curr
1111
curr = next
1212

13-
return curr
13+
return curr

0 commit comments

Comments
 (0)