Search Results for

    Show / Hide Table of Contents

    Class ShellSortGapSequences

    Inheritance
    System.Object
    ShellSortGapSequences
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: MoreStructures.Benchmarks.Lists.Sorting
    Assembly: MoreStructures.Benchmarks.dll
    Syntax
    public class ShellSortGapSequences

    Constructors

    | Improve this Doc View Source

    ShellSortGapSequences()

    Declaration
    public ShellSortGapSequences()

    Properties

    | Improve this Doc View Source

    NumberOfChunks

    Declaration
    public int NumberOfChunks { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    NumberOfItems

    Declaration
    public int NumberOfItems { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    GapsCiura01()

    Declaration
    public void GapsCiura01()
    | Improve this Doc View Source

    GapsPositiveInts()

    Declaration
    public void GapsPositiveInts()
    | Improve this Doc View Source

    GapsPowerOf2()

    Declaration
    public void GapsPowerOf2()
    | Improve this Doc View Source

    GapsSedgewick82()

    Declaration
    public void GapsSedgewick82()
    | Improve this Doc View Source

    GapsSingleInsertionSort()

    Declaration
    public void GapsSingleInsertionSort()

    Extension Methods

    SuffixStructureNodeExtensions.GetAllSuffixesFor<TEdge, TNode>(TNode, TextWithTerminator)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX