We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214fe96 commit ddd2217Copy full SHA for ddd2217
fibonacci.py
@@ -15,4 +15,4 @@ def fibonacci(self, n):
15
f_2 = ret
16
return ret
17
18
-# entry: http://www.lintcode.com/zh-cn/problem/fibonacci/
+# naive: http://www.lintcode.com/zh-cn/problem/fibonacci/
0 commit comments