fibonacci-series
fibonacci-series copied to clipboard
This repository is to write program the famous Fibonacci series in as many different programming languages as we can.
I noticed that the Fibonacci function has been written in C but it has only been defined recursively. Could we define the function iteratively and include that file in a...
This C file is able to iteratively calculate the specified Fibonacci number, assuming the first Fibonacci number is 0.
Add lisp
To test you can download the sbcl implementation of lisp [here](https://lisp-lang.org/learn/getting-started/). To load the lisp file you can follow the tutorial [here](https://comp-348.github.io/lisp-running-from-terminal.html). Make sure you go to the lisp folder...
Added recursive fibonacci in Rust, added my name to Contributors.md 
All are welcomed to optimize the current written code in different languages. Feel free to ask if you face any queries. Happy Coding!! Happy Contributing!!
Fixes odd whitespace and fix it so more than 12 values can be returned to console.