fibonacci-series icon indicating copy to clipboard operation
fibonacci-series copied to clipboard

This repository is to write program the famous Fibonacci series in as many different programming languages as we can.

Results 58 fibonacci-series issues
Sort by recently updated
recently updated
newest added

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.

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 ![image](https://user-images.githubusercontent.com/64730866/204107033-a7a1b196-b7d5-4047-a8ef-8391523f8488.png)

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!!

enhancement
help wanted
good first issue
hacktoberfest2020
up for grabs
medium

Fixes odd whitespace and fix it so more than 12 values can be returned to console.