Project Info:

Try to calculate the Fibonacci numbers using a classical algorithm and you’ll see that soon enough numbers will be so big that cannot be represented in normal language structures.

This program shows you how to calculate Fibonacci numbers with hundreds of digits. It doesn’t implement the fastest algorithm but is the easiest to understand.

The user will interact with the program using the keyboard.

  • Created by: Adrian
  • Date: 2018
  • Language: JavaScript
Start tutorial