This class can be used to sort the elements of an array using a pure PHP implementation of the quick sort algorithm.
It traverses the values of the array and switches the positions of the elements of the array following the quick sort algorithm, until the array is all sorted.
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
QSort.php |
Class |
Quick Sort |