Astrodevil / Programming-Basics

This Repository Contains source codes of various programming languages. Please Contribute to make this Useful.
https://astrodevil.github.io/Programming-Basics/
MIT License
72 stars 121 forks source link

Fix #244 - Fibonacci Algorithm using Recursion #203

Closed izzy-el closed 3 years ago

izzy-el commented 3 years ago

Looking at the C++ folder, there is already a Fibonacci algorithm implemented. However, it is iterative. It would be nice to also have a Fibonacci Algorithm using Recursion, since it is a great algorithm for beginners to understand recursion better.

This would close the Issue #244.

subh-chaturvedi commented 3 years ago

Please create a separate issue and link it properly. If a relevant issue exists, mention it.

izzy-el commented 3 years ago

I created a separate issue and linked this PR to it. Thank you @subh-chaturvedi.

subh-chaturvedi commented 3 years ago

@izzy-el no issue has been linked, can you please give the link for the issue?

izzy-el commented 3 years ago

Sure @subh-chaturvedi , here it is https://github.com/Astrodevil/Programming-Basics/issues/244. In the description of the PR, I mentioned the Issue #244.

subh-chaturvedi commented 3 years ago

Linked the issue properly, (take a look at how to link issues) and merged.