fibonacci-series icon indicating copy to clipboard operation
fibonacci-series copied to clipboard

Iterative Fibonacci in C

Open mdbailin opened this issue 2 years ago • 3 comments

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?

mdbailin avatar Feb 10 '23 15:02 mdbailin

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: @.***>

fharookshaik avatar Feb 10 '23 16:02 fharookshaik

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

mdbailin avatar Feb 11 '23 12:02 mdbailin

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

mdbailin avatar Feb 15 '23 23:02 mdbailin