Posts Tagged 'Sort'

The sort of PHP Compiler

Posted by admin on December 11 2009 Add Comments

The (sort of) PHP Compiler

By : Warren Smith
This class can be used to obfuscate PHP code.
It can parse one or more PHP source code files using the PHP tokenizer functions to remove comments and white space.
The resulting code can be compressed using gzip before it generates a self-extracting PHP script that decompresses the original obfuscated [...]

Sort

Posted by admin on December 10 2009 Add Comments

Sort
By : Maldar
This class provides and implementation of several algorithms to sort the elements of an array.
The algorithms that are implemented are: Merge sort, Shell sort and Bubble sort.
Download :
http://www.ziddu.com/download/726536…08-18.zip.html

Quick Sort

Posted by admin on December 10 2009 Add Comments

Quick Sort
Author : Cassio Seffrin
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
Download :
http://www.ziddu.com/download/726506…04-04.zip.html

PHP Sort Class

Posted by admin on December 10 2009 Add Comments

PHP Sort Class

By : Gustav Eklundh
This class can be used to sort array data using several types of sorting algorithms.
It can take an array of numbers and sort it using different algorithms.
Currently it supports: bubble sort, bidirectional bubble sort, heap sort, quick sort, gnome sort, strand sort, merge sort, bogo sort, Jsort, insertion sort and [...]

Flip Sort

Posted by admin on December 10 2009 Add Comments

Flip Sort
Author: BasicA
A Cute and rather unique sorting technique
Download :
http://www.ziddu.com/download/7260517/flip-2001-03-17.zip.html