SortEngine
SortEngine is a sort routine which have the quick sort and the bubble sort algorithm. And the behaviour can be customized with object oriented interface.
SortEngine has following features.
- Easy object oriented interface.
- The sorting algorithm can be switched between Quick Sort and Bubble Sort.
- The default is Quick Sort.
- SortEngine can sort two dimensional list.
- You can sort values which is not compared by AppleScript comparison operators, by giving a custom comparator.