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

Evolt.org: AJAX Login System using XMLHttpRequest

Sebastian Bergmann's Blog: Data Providers in PHPUnit 3.2

Smarx.com: PHP for Microsoft AJAX Library

Freek Lijten's Blog: Git commit hooks using PHP

Volker Dusch's Blog: Running your Unittests everytime you save a file


Community Events











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


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

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