Changes

Jump to: navigation, search

Strategy

86 bytes added, 14:54, 8 February 2007
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>
http://msdn2.microsoft.com/en-us/library/system.collections.comparer(VS.80).aspx
<br><pre>
class CoolComparer : IComparer
1
edit

Navigation menu