Show / Hide Table of Contents

    Class ShellSort<T>

    A shell sort implementation.

    Inheritance
    Object
    ShellSort<T>
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Advanced.Algorithms.Sorting
    Assembly: Advanced.Algorithms.dll
    Syntax
    public class ShellSort<T>
        where T : IComparable
    Type Parameters
    Name Description
    T

    Methods

    Sort(T[])

    Declaration
    public static T[] Sort(T[] array)
    Parameters
    Type Name Description
    T[] array
    Returns
    Type Description
    T[]
    Back to top Generated by DocFX