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.
|
|
| Name: |
Quick Sort |
| Base name: |
qsort |
| Description: |
Sort array elements using the quick sort algorithm |
| Version: |
1.0 |
| PHP version: |
5.0 |
| License: |
The PHP License |
| All time users: |
797 users |
| All time rank: |
3747 |
| Week users: |
0 users |
| Week rank: |
2035  |
| |
|
| 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 |