fharookshaik / fibonacci-series

This repository is to write program the famous Fibonacci series in as many different programming languages as we can.
MIT License
20 stars 101 forks source link

Adding non-recursive implementation in Go #157

Open sgzmd opened 3 months ago

sgzmd commented 3 months ago

To follow the best practices, proposing a non-recursive implementation written using idiomatic Go.