ShellSort<T>.Sort method

Performs an in-place sort of the collection.

public void Sort(IList<T> collection)
parameter description
collection IList to sort

See Also