package
1.0.5
Repository: https://github.com/yitsushi/go-aoc.git
Documentation: pkg.go.dev

# Functions

NewQueue create a new Queue.
NewStack creates a new empty stack.

# Structs

Queue is a simple queue with unique items.
Stack is a basic stack.

# Interfaces

Hashable object.