Skip to content

Fibonacci sequence implementation in Go (Golang).

Notifications You must be signed in to change notification settings

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

Releases

No releases published

Packages

No packages published

Languages