Skip to content

Various Algorithms to Calculate the nth Fibonacci Number

License

Notifications You must be signed in to change notification settings

phoenixweiss/fibonacci

Repository files navigation

Fibonacci

'||''''|  ||  '||                                                ||
 ||  .   ...   || ...    ...   .. ...    ....     ....    ....  ...
 ||''|    ||   ||'  || .|  '|.  ||  ||  '' .||  .|   '' .|   ''  ||
 ||       ||   ||    | ||   ||  ||  ||  .|' ||  ||      ||       ||
.||.     .||.  '|...'   '|..|' .||. ||. '|..'|'  '|...'  '|...' .||.

This repository contains various algorithms for calculating the n-th Fibonacci number.

Prerequisites

Before running this project, please ensure that you have the following installed:

  • asdf ~> 0.11.3 /or/ nvm ~> 1.1.12
  • nodejs ~> 20.10.0
  • yarn ~> 1.22.21

To install classic yarn, run the following command:

npm install -g yarn

To install dependencies, run the following command:

yarn install

Usage

To start the project, run the following command:

yarn start

Linting

To run the linter, run the following command:

yarn eslint

About

Various Algorithms to Calculate the nth Fibonacci Number

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published