项目作者: ItsTheGuy

项目描述 :
A Fibonacci sequence calculator
高级语言: C++
项目地址: git://github.com/ItsTheGuy/Fibonacci.git
创建时间: 2021-09-16T22:00:22Z
项目社区:https://github.com/ItsTheGuy/Fibonacci

开源协议:GNU General Public License v3.0

下载


Fibonacci

A Fibonacci sequence calculator

Why? 👽" class="reference-link">Why? 👽

I think that Fibonacci it’s very interesting, and it’s a great opportunity to practice C++!

What it does? 🚩" class="reference-link">What it does? 🚩

It generates all the Fibonacci numbers between 0 and the input you give it, and then calculate the golden ratio with the latests values in the sequence that were calculated.

You could also pass 0 to calculate Fibonacci numbers in a loop, but the results won’t be good when the integer turns too big.

Building 🧑‍🚀" class="reference-link">Building 🧑‍🚀

In order to build this, you have to go to the project directory and build it with make build, this should generate a binary called fibonacci by default.
And it’s built! 🎉