Incorrect Starting Values for Fibonacci Sequence
Open
Beginner friendly
enhancement
good first issue
invalid
- Dominant language
- C++
- Stars
- 1
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the Fibonacci series starts with 1, 2. The typical Fibonacci sequence starts with 0, 1 or 1, 1.
Contributor guide
No contributing guide indexed for this repository
Research direction
Find the file that generates the Fibonacci sequence, likely a main source file in the repository. Look for the initial values (1, 2) and change them to either 0, 1 or 1, 1 as per typical definition. Run any existing tests or compile and run the program to verify the output starts correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 85/100