News Feed
Jobs Feed
Sections




News Archive
Web Builder Zone:
Quicksort Algorithm - Difference Between PHP and JavaScript
June 16, 2010 @ 08:49:59

On the Web Builder Zone there's a quick article from Stoimen Popov showing a quicksort algorithm in both PHP and Javascript versions:

Let me show you one sorting algorithm, perhaps the most known of all them - the quick sort, implemented both on PHP and JavaScript. Although the code look similar between both languages, there are few differences, that show the importance of the syntax knowledge!

Most of the post is taken up with the two code examples - the PHP one sorting arrays with a for loop and a call to array_merge and the Javascript side pushing values into an array and calling "concat" on it to get the right values.

0 comments voice your opinion now!
javascript quicksort algorithm snippet


blog comments powered by Disqus

Similar Posts

David Van Couvering's Blog: Real-world experience with the new NetBeans PHP and JavaScript editors

Stoyan Stefanov's Blog: JS/PHP string concatenation mistype

PHPBuilder.com: Using XML - A PHP Developer\'s Primer (Part 3)

PHPit.net: Building an advertising system with PHP (Part 1)

Asvin Balloo's Blog: Geolocate your visitors with PHP (part 2)


Community Events











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


framework language community functional composer code unittest interview development example phpunit release introduction database testing series zendframework2 api podcast opinion

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