Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Update Fibonacci sequence in README
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.
- Loading branch information