Incorrect Starting Values for Fibonacci Sequence
Ouverte
Adaptée aux débutants
enhancement
good first issue
invalid
- Langage dominant
- C++
- Étoiles
- 1
- Forks
- 5
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Currently, the Fibonacci series starts with 1, 2. The typical Fibonacci sequence starts with 0, 1 or 1, 1.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- cpp
- Domaine
- cli
- Type d'issue
- Bug
- Difficulté
- 1/5
- Temps estimé
- Moins d'une heure
- Activité
- À l'abandon
- Clarté
- Clairement spécifiée
- Accessibilité débutants
- 85/100