fibonacci-series
fibonacci-series copied to clipboard
Iterative Fibonacci in C
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?
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: @.***>
I have created a new PR. Please take a look.
Hi Fharook, have you had a chance to look at my PR? I would love your feedback!