kelvins / algorithms-and-data-structures

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

Update and rename Fibonacci.c to FibonacciIterativa.c #267

Closed metacoder87 closed 11 months ago

metacoder87 commented 11 months ago

Description

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