PHP and Web Technologies Freak
Here is the way of quick sort in associative arrays;
<?
function qsort($a,$f) {
qsort_do(&$a,0,Count($a)-1,$f);
}
function qsort_do($a,$l,$r,$f) {
if ($l < $r) {
qsort_partition(&$a,$l,$r,&$lp,&$rp,$f);
[...]
Hi,
Here i am again! I’ll start bloging again about web stuff. And share my hand made classes and codes
Copyright © 2007 - Ersin Acar - is proudly powered by WordPress
Dilectio Theme is created by: Design Disease brought to you by Smashingmagazine.com