News Feed
Jobs Feed
Sections




News Archive
Sameer Borate's Blog:
Finding if an array is ordered
January 08, 2009 @ 11:15:35

On the CodeDiesel.com blog today Sameer has posted a quick code snippet that lets you see if a numeric array is already ordered correctly (useful for something like unit testing).

I recently wrote a quick code to find if a numeric array is ordered i.e sorted in a ascending or descending order. I needed it to check a sort algorithm I had written. The problem is that the following code has a worst-case running time of O(N).

He includes the forty-five line function that takes in the array and the sort order it should match. The code then loops around through them checking the value against an incrementing local variable. Also included is an example of its use in a unit test, passing it into an assertEquals for a PHPunit test to check the given array.

2 comments voice your opinion now!
order check array unittest example


blog comments powered by Disqus

Similar Posts

Yet Another Web Development Blog: A PHP Developer Spends a Week with Python

Ben Scholzen's Blog: Writing powerful and easy config files with PHP-arrays

PHPRiot.com: Zend Framework 101: Zend_Registry

Justin Silverton\'s Blog: How to Cache Smarty Templates (as per the manual)

Nikita Popov's Blog: Understanding PHP's internal array implementation (Part 4)


Community Events











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


interview rest symfony2 functional conference usergroup opinion testing framework development introduction database zendframework2 language series release phpunit community unittest podcast

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