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 SourceShellSortGapSequences()
Declaration
public ShellSortGapSequences()
Properties
| Improve this Doc View SourceNumberOfChunks
Declaration
public int NumberOfChunks { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumberOfItems
Declaration
public int NumberOfItems { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceGapsCiura01()
Declaration
public void GapsCiura01()
GapsPositiveInts()
Declaration
public void GapsPositiveInts()
GapsPowerOf2()
Declaration
public void GapsPowerOf2()
GapsSedgewick82()
Declaration
public void GapsSedgewick82()
GapsSingleInsertionSort()
Declaration
public void GapsSingleInsertionSort()