fharookshaik / fibonacci-series

This repository is to write program the famous Fibonacci series in as many different programming languages as we can.
MIT License
20 stars 101 forks source link

Iterative Fibonacci in C #142

Open mdbailin opened 1 year ago

mdbailin commented 1 year ago

I noticed that the Fibonacci function has been written in C but it has only been defined recursively. Could we define the function iteratively and include that file in a PR?

fharookshaik commented 1 year ago

Sure.

On Fri, Feb 10, 2023, 8:37 PM Matthew Bailin @.***> wrote:

I noticed that the Fibonacci function has been written in C but it has only been defined recursively. Could we define the function iteratively and include that file in a PR?

— Reply to this email directly, view it on GitHub https://github.com/fharookshaik/fibonacci-series/issues/142, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALHGGMPGWKCKKXHS7DB3XKTWWZKTZANCNFSM6AAAAAAUX45W7E . You are receiving this because you are subscribed to this thread.Message ID: @.***>

mdbailin commented 1 year ago

I have created a new PR. Please take a look.

mdbailin commented 1 year ago

Hi Fharook, have you had a chance to look at my PR? I would love your feedback!