We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68def8d commit 9b3edcdCopy full SHA for 9b3edcd
factorial.py
@@ -14,4 +14,4 @@ def factorial(self, n):
14
f *= i
15
return str(f)
16
17
-# medium: http://lintcode.com/zh-cn/problem/factorial/
+# hard: http://lintcode.com/zh-cn/problem/factorial/
0 commit comments