Closed izzy-el closed 3 years ago
Please create a separate issue and link it properly. If a relevant issue exists, mention it.
I created a separate issue and linked this PR to it. Thank you @subh-chaturvedi.
@izzy-el no issue has been linked, can you please give the link for the issue?
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.
Linked the issue properly, (take a look at how to link issues) and merged.
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.