PHP Classes

Enhanced QuickSort: Sort array of comparable values with quicksort

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 550 This week: 1All time: 5,508 This week: 560Up
Version License PHP version Categories
enhancedquicksort 1.0BSD License4.3.11Algorithms, Data types
Description 

Author

This class implements an enhanced version of the quicksort algorithm to sort an array of comparable values.

It uses a cutoff point to switch to an insertion sort when the array size has become too small for quicksort to be useful. It is recommended for use with arrays of 10,000 items or less.

It can sort comparable values of type integer, double or strings which convert to integers.

Picture of Allan Bogh
Name: Allan Bogh <contact>
Classes: 5 packages by
Country: United States United States
Age: 41
All time rank: 64383 in United States United States
Week rank: 411 Up48 in United States United States Up

  Files folder image Files  
File Role Description
Accessible without login Plain text file qstest.php Example Example/test file for the Quick Sort class
Plain text file quicksort.php Class QuickSort class file

 Version Control Unique User Downloads Download Rankings  
 0%
Total:550
This week:1
All time:5,508
This week:560Up