An open API service indexing awesome lists of open source software.

https://github.com/mxssl/go-stack-data-structure

Golang stack data structure implementation
https://github.com/mxssl/go-stack-data-structure

Last synced: over 1 year ago
JSON representation

Golang stack data structure implementation

Awesome Lists containing this project

README

          

# 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
```