InsertionSort<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
- class InsertionSort<T>
- namespace TheCodingMonkey.Collections.Sort
Performs an in-place sort of the collection.
public void Sort(IList<T> collection)
| parameter | description |
|---|---|
| collection | IList to sort |