//
pkg.gl
Category
github.com/KEVISONG/go
internal
data-structures
linear-list
queue
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
130 SLOC
#
Structs
QueueA
QueueA implemented using array.
QueueL
QueueL implemented using linked list.
QueueS
QueueS implemented using 2 stacks.
Stack
Stack implemented using linked list.
#
Interfaces
IQueue
IQueue defines the queue interface.