Calculate Fibonacci numbers in different programming languages
The programs in this repository serve either one of two purposes:
- to calculate the n-th Fibonacci number (see folder "nth"), or
- to calculate the sequence of the first n Fibonacci numbers (see folder "seq")