Skip to content

Sorting boarding cards with PHP, object oriented programming and bubble sort algorithm.

Notifications You must be signed in to change notification settings

freelancerwebro/the-trip-sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The trip sorter

We have a list of boarding cards that will take you from point A to point B via several stops on the way. Write an internal PHP API that will be able to sort the boarding cards.

Run the Trip Sorter

To start the Trip Sorter, run the following command in the console. Also you can to run 'index.php' file in your browser.

php index.php

Run the tests

Before running the tests make sure you have Composer installed and then run the command 'composer update'.

vendor/bin/phpunit tests/

Releases

No releases published

Packages

No packages published

Languages