Incorrect Starting Values for Fibonacci Sequence
オープン
初心者向け
enhancement
good first issue
invalid
- 主要言語
- C++
- スター
- 1
- フォーク
- 5
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Currently, the Fibonacci series starts with 1, 2. The typical Fibonacci sequence starts with 0, 1 or 1, 1.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
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.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cpp
- 領域
- cli
- issue の種類
- バグ
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 85/100