Skip to content

rowan-m/algo-review-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"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

About

"Algorithm, Review, Sort"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published