gdsc-uba / hactoberfest2022

A repository for 2022 contributions to hacktoberfest by GDSC UBa
GNU General Public License v3.0
61 stars 355 forks source link

Fibonacci #810

Open sarvojay opened 1 year ago

sarvojay commented 1 year ago

A Fibonacci sequence is the integer sequence of 0, 1, 1, 2, 3, 5, 8....

The first two terms are 0 and 1. All other terms are obtained by adding the preceding two terms. This means to say the nth term is the sum of (n-1)th and (n-2)th term.

quine-bot[bot] commented 1 year ago

👋 Figuring out if a PR is useful is hard, hopefully this will help.

  • @sarvojay has been on GitHub since 2019 and in that time has had 1 public PRs merged
  • They haven't contributed to this repo before
  • From looking at their profile, they seem to be good with Python and C++.

Their most recently public accepted PR is: https://github.com/sarvojay/sarvojay/pull/7