Generic Quicksort Algorithm
Category:
Lists, Collections and ArraysType:
ModulesDifficulty:
AdvancedAuthor:
AnonymousVersion Compatibility: Visual Basic 6
More information:
An all VB implmentation of the Quick Sort Algorithm. Runs aproximately a quarter of the C Quick Sort Algorithm but will be more than fast enough for most situations and does not require a dll. The Code uses a Callback mechanism to work with generic objects. Demo usage included.
Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
Download qsort.zip