Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 245 Bytes

File metadata and controls

8 lines (6 loc) · 245 Bytes

Steps to run:

  1. git clone https://github.com/cristitoma/trip-sorter.git
  2. composer install
  3. php console.php (for demo application)
  4. ./vendor/bin/phpunit (to run tests)

The sort algorithm has a complexity of O(n/2).