Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating Fibonacci series code for better understanding #531

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mr-mohit-rathore
Copy link

This is a complete code by using main function means int main(). And there is a function that fibbonacci(int n). that call itself so that's why it is called recursive function and this process is called recursion.

This is a complete code by using main function means int main(). And there is a function that fibbonacci(int n). that call itself so that's why it is called recursive function and this process is called recursion.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant