1
edit
Changes
Strategy
,no edit summary
By default the QuickSort algorithm is used to sort item in the list.
Some times there is a need to use a different sort algorithm there is a overload of sort that takes an IComparer.
<br><br>
class CoolComparer : IComparer
{