PHP-Klasse::Quick Sort 07.07.2007

Kurzbeschreibung: Sort array elements using the quick sort algorithm
Veröffentlicht am: 07.07.2007
gruppe(n):
- Algorithms
- PHP 5
- Data types
Beschreibung:
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.
Link: Quick Sort