Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top Generated by DocFX