Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/julienetie/fibonacci-go

Different ways to calculate the fibonacci sequence in golang.
https://github.com/julienetie/fibonacci-go

Last synced: 16 days ago
JSON representation

Different ways to calculate the fibonacci sequence in golang.

Awesome Lists containing this project

README

        

# Fibonacci-Go
A small program that demonstrates 4 ways to generate a fibonnaci number in Go.
- Recursive
- Array
- Loop
- Slice

MIT 2022 © Julien Etienne