mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-06 02:13:15 +08:00
Improved Code and removed warnings (#482)
Improved Code and removed warnings
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
#!/usr/bin/python
|
||||
# encoding=utf8
|
||||
|
||||
"""
|
||||
This program calculates the nth Fibonacci number in O(log(n)).
|
||||
It's possible to calculate F(1000000) in less than a second.
|
||||
|
Reference in New Issue
Block a user