Am Sat, 05 Feb 2005 11:07:15 +0100 schrieb Carsten Marx
<Carsten.Marx@uni-konstanz.de>:
[quoted text, click to view] > Hi,
> is there a chance to get a SortedList ( like in
> System.Collections.SortedList ) working in the CF?
>
> Any ideas?
To my mind there is no SortedList in CF 1x available. But you could
implement a simple algorithm for sorting like Bubble-Sort. If you need
higher performance have a look at QuickSort, TrippleSort or HeapSort.