//
pkg.gl
Category
github.com/KEVISONG/go
internal
data-structures
linear-list
stack
package
0.0.0-20220720150152-e90a610b5d70
Repository:
https://github.com/kevisong/go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
144 SLOC
#
Structs
Queue
Queue implemented using linked list.
StackA
StackA implemented using array.
StackL
StackL implemented using linked list.
StackQ
StackQ implemented using 2 queues.
#
Interfaces
IStack
IStack defines the stack interface.