Class ShellSort<T>
A shell sort implementation.
Inherited Members
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[] |