mxssl / go-stack-data-structure

Golang stack data structure implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang stack data structure implementation

go test -v -cover
=== RUN   TestPush
100 -> 0 ->
--- PASS: TestPush (0.00s)
=== RUN   TestPop
Empty Stack!
--- PASS: TestPop (0.00s)
PASS
coverage: 70.4% of statements
ok      github.com/mxssl/go-stack-data-structure        0.179s

About

Golang stack data structure implementation


Languages

Language:Go 100.0%