Module stacks

Source
Expand description

module containing stacks

Structsยง

Queue
a struct representing a queue which is a specific type of stack. You push to the top and pop from the bottom.
Stack
structure representing a stack