Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/julienetie/fibonacci-go
- Owner: julienetie
- License: mit
- Created: 2022-03-21T17:54:11.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T21:32:35.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T18:08:58.336Z (6 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- SliceMIT 2022 © Julien Etienne