Show / Hide Table of Contents

    Enum StackType

    The stack implementation types.

    Namespace: Advanced.Algorithms.DataStructures
    Assembly: Advanced.Algorithms.dll
    Syntax
    public enum StackType

    Fields

    Name Description
    Array
    LinkedList
    Back to top Generated by DocFX