Namespace MoreStructures.Queues
Classes
ArrayListQueue<T>
A IQueue<T> implementation based on an array list of items.
LinkedListQueue<T>
A IQueue<T> implementation based on a singly-linked linked list of items.
Interfaces
IQueue<T>
Defines the interface common to all Queues implementations for items of type T
.