fib

command
v0.0.0-...-5ca3b61 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2022 License: MIT Imports: 1 Imported by: 0

README

Fib

The Fibonacci sequence is an infinite series of numbers where each number is the sum of the previous two numbers.

0 1 1 2 3 5 8 13 21 ...

This is a great problem for practicing recursion.

Recursion however has a pretty terrible runtime, so it also gives a great opportunity for looking at ways to improve that runtime.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL