Skip to content

mxssl/FibonacciGolang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Fibonacci sequence

Fibonacci sequence implementation in Go (Golang).

Time complexity: O(n)

Space complexity: O(1)

$ go test -v ./...
=== RUN   TestCase1
--- PASS: TestCase1 (0.00s)
=== RUN   TestCase2
--- PASS: TestCase2 (0.00s)
PASS
ok      github.com/mxssl/FibonacciGolang        0.005s

About

Fibonacci sequence implementation in Go (Golang).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages