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
- Host: GitHub
- URL: https://github.com/mxssl/go-stack-data-structure
- Owner: mxssl
- Created: 2018-08-12T19:45:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-12T19:49:32.000Z (almost 8 years ago)
- Last Synced: 2025-01-22T19:21:32.928Z (over 1 year ago)
- Language: Go
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```