Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ssekpius/microverse-students-sum-all-odd-fibonacci-numbers-ssekpius

return the sum of all odd Fibonacci numbers that are less than or equal to `num`. The first two numbers in the Fibonacci sequence are 1 and 1. Every additional number in the sequence is the sum of the two previous numbers
https://github.com/ssekpius/microverse-students-sum-all-odd-fibonacci-numbers-ssekpius

Last synced: 19 days ago
JSON representation

return the sum of all odd Fibonacci numbers that are less than or equal to `num`. The first two numbers in the Fibonacci sequence are 1 and 1. Every additional number in the sequence is the sum of the two previous numbers

Awesome Lists containing this project