package
0.0.0-20231213065425-ffb739900441
Repository: https://github.com/byfuls/golang.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewQueue returns a new queue with the given initial size.
NewStack returns a new stack.

# Structs

No description provided by the author
Queue is a basic FIFO queue based on a circular list that resizes as needed.
Stack is a basic LIFO stack that resizes as needed.