package
0.0.0-20220720150152-e90a610b5d70
Repository: https://github.com/kevisong/go.git
Documentation: pkg.go.dev

# Structs

Queue implemented using linked list.
StackA implemented using array.
StackL implemented using linked list.
StackQ implemented using 2 queues.

# Interfaces

IStack defines the stack interface.