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

docs: Update Fibonacci sequence in README guide #263

Closed
wants to merge 1 commit into from

Conversation

erickcestari
Copy link

Pull Request: Update Fibonacci sequence documentation in README

Description

This pull request addresses a documentation issue in the README.md file related to the Fibonacci sequence. The base cases were incorrectly stated as Fib(0) = 1 and Fib(1) = 1; this has been corrected to Fib(0) = 0 and Fib(1) = 1 to accurately reflect the Fibonacci sequence.

Changes Made

  • Updated the Fibonacci sequence base cases in the README.md guide file.

Why?

The documentation inaccurately represented the base cases for the Fibonacci sequence. Correcting this ensures that users have accurate information when referring to the README file.

Correct the base cases for the Fibonacci sequence in the README.md file. The correct base cases are Fib(0) = 0 and Fib(1) = 1. This improves the accuracy of the documentation and ensures users have the correct information.
@kings177 kings177 closed this May 16, 2024
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.

2 participants