kelvins / algorithms-and-data-structures

:abacus: Algorithms and Data Structures in several Programming Languages
MIT License
1.05k stars 266 forks source link

Update and rename fibonacci.py to fibonacci_iterativa.py #275

Closed metacoder87 closed 1 year ago

metacoder87 commented 1 year ago

Description

Updates the fibonacci file name to reflect the iterative implementation of the fibonacci function in Python