Kore Nordmann - PHP / Projects / Politics ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :Author: Kore Nordmann :Date: Fri, 27 Jul 2007 11:17:49 +0200 :Revision: 1 :Copyright: CC by-sa ================== Sorting algorithms ================== Sample implementations of quicksort and mergesort with PHP. It does not make any sense to use them, but they are probably usefull for understanding how these algorithms work. Download: `sort.php`__ (2.15 kB) __ sort.phps .. include:: sort.phps :literal: