Skip to content

Commit ddd2217

Browse files
authored
Update fibonacci.py
1 parent 214fe96 commit ddd2217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fibonacci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ def fibonacci(self, n):
1515
f_2 = ret
1616
return ret
1717

18-
# entry: http://www.lintcode.com/zh-cn/problem/fibonacci/
18+
# naive: http://www.lintcode.com/zh-cn/problem/fibonacci/

0 commit comments

Comments
 (0)