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 fc94ed7 commit 1761b4fCopy full SHA for 1761b4f
climbing-stairs/EstherKim97.py
@@ -34,4 +34,5 @@ def climbStairs(self, n):
34
# total_permu = math.factorial(total_steps) // (math.factorial(two_steps) * math.factorial(two_steps_remainder))
35
# total_permu += 1
36
37
- # return total_permu
+ # return total_permu
38
+
0 commit comments