Skip to content

Updating C Code #168

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gehad-aboelmagd
Copy link

@gehad-aboelmagd gehad-aboelmagd commented May 15, 2025

Have updated the fibonacci.c file to calculate first n terms without using recursion, added limit checking for user input, and fixed a bug by updating data types to accommodate with at least 100 terms, otherwise it would led to an overflow.

output before update
fibonacci_0

output after update
fibonacci_1

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