M Mattias Sjögren Apr 13, 2004 #2 Is there any class in C# with qsort() function ? Array.Sort and ArrayList.Sort both use an unstable implementation of the quicksort algorithm. Mattias
Is there any class in C# with qsort() function ? Array.Sort and ArrayList.Sort both use an unstable implementation of the quicksort algorithm. Mattias
M Mike Kitchen Apr 13, 2004 #3 I have a selection of sort routines in my tutorial including a quicksort routine http://www.publicjoe.f9.co.uk/csharp/sort00.html Hope this helps Publicjoe C# Tutorial at http://www.publicjoe.f9.co.uk/csharp/tut.html C# Snippets at http://www.publicjoe.f9.co.uk/csharp/snip/snippets.html
I have a selection of sort routines in my tutorial including a quicksort routine http://www.publicjoe.f9.co.uk/csharp/sort00.html Hope this helps Publicjoe C# Tutorial at http://www.publicjoe.f9.co.uk/csharp/tut.html C# Snippets at http://www.publicjoe.f9.co.uk/csharp/snip/snippets.html