Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.82 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.82 KB

"Algorithm, Review, Sort"

Sample code and presentation from SunshinePHP 2014. If you watched the talk, please leave me some feedback!

The code is running over on AppEngine at algo-review-sort.appspot.com.

There's also a PDF export of the presentation from earlier conferences in case you don't feel like running the code (you should though, it's more fun).

You can also view the export on Speaker Deck

Installation

This assumes you already have Composer installed.

git clone git@github.com:rowan-m/algo-review-sort.git
cd algo-review-sort
composer.phar install

Running

The presentation is a Silex application using reveal.js, so you'll need to fire up a webserver. The built in one will work just fine.

php -S localhost:8080 -t .

You can then browse to http://localhost:8080/

The individual visualisations are also available:

You can pass total in the query string to change the number of elements, e.g. http://localhost:8080/sort/quick?total=10