View Single Post
Old 13-03-2005, 08:17 AM   #8
Koen
Game Wizzard
 
Koen's Avatar

 
Join Date: Nov 2004
Location: Nootdorp, Netherlands
Posts: 226
Default

Quote:
Originally posted by Kon-Tiki@Mar 12 2005, 09:29 PM
Sorting algorithms. There's Quick Sort in there, with a full explanation and example sourcecode. Besides the Quick Sort algorithm, there're all the others, too.
The link doesn't work.

I'm using it for my random mp3 player to sort all files alphabetically. This can be on title, artist, album, key or bpm. The mp3 player was loading a bit slow, and in fact the only reason was that it was sorting all files, and I didn't expect that to work so slow...

Thanks for the reactions k: , I'll look for quicksort and see how well that's performing.

EDIT.
Found and example in VB, and for those who want to know it too:
http://www.vba-programmer.com/Word_Code/Qu...e_Dimension.txt
Koen is offline                         Send a private message to Koen
Reply With Quote