ListSort

by Kuraudo
A set of list sorting functions, currently supports Quicksort and Heapsort.
Version 2 · Date Added: 4/11/09

If you wish to download this library for your Linux/Mac installation, enter the following on your command line:

DreamDownload byond://Kuraudo.ListSort##version=2

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Kuraudo.ListSort##version=2

This library contains a set of functions for sorting lists, currently the Quicksort and Heapsort algorithms. It also includes additional procs so users can use their own comparison functions, in case they are comparing types such as mobs, or need to sort into descending order.