Show / Hide Table of Contents

    Enum HashSetType

    The hash set implementation type.

    Namespace: Advanced.Algorithms.DataStructures.Foundation
    Assembly: Advanced.Algorithms.dll
    Syntax
    public enum HashSetType : int

    Fields

    Name Description
    OpenAddressing
    SeparateChaining
    Back to top Generated by DocFX