News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

Gustav Eklundh' sBlog:
Search Methods in PHP
August 01, 2008 @ 13:45:22

Gustav Eklundh has posted a whole series of search type implementations to his blog - here's the list so far:

He briefly explains each of the sort methods in each of the posts, sometimes with links to external sources (like Wikipedia) for more information on the method.

0 comments voice your opinion now!
search method quicksort strand merge gnome



PHP-Coding-Practices.com:
How I Turned A Slow Array Sort Into A Quick One Using Quicksort Algorithm
June 08, 2007 @ 11:17:00

On the PHP-Coding-Practices site, there's a sort of case study posted showing how the author (Tim Koschuetzki) took a chunk of code that was slow at sorting an array and sped it up dramatically using the Quicksort Algorithm.

Today in the morning I had a very unusual programming job to do - or at least what is for me rather unusual. I was confronted with the question whether it is easy to implement the quicksort algorithmn to sort an array of arrays based on a key in the second-dimension of the array. Join me to find out.

The key to the transformation is an application of the Quicksort method that applies a filter to the elements in the array and places items to the right and left of the pivot point. To illustrate the point, he includes both the pre-quicksort code and post-quicksort.

0 comments voice your opinion now!
quicksort algorithmn array sort tutorial quicksort algorithmn array sort tutorial



Community Events









Don't see your event here?
Let us know!


example PHP5 conference PEAR security zendframework application release database package code job framework developer ajax cakephp releases book mysql zend

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework