//
pkg.gl
Category
github.com/agilebits/gods
stacks
package
1.12.0
Repository:
https://github.com/agilebits/gods.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
12 SLOC
#
Packages
arraystack
Package arraystack implements a stack backed by array list.
linkedliststack
Package linkedliststack implements a stack backed by a singly-linked list.
#
Interfaces
Stack
Stack interface that all stacks implement.