Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devdrops/spl-ds

:neckbeard: SPL and it's data structures.
https://github.com/devdrops/spl-ds

data-structures php spl

Last synced: 26 days ago
JSON representation

:neckbeard: SPL and it's data structures.

Awesome Lists containing this project

README

        

# SPL Data Structures

Samples for my SPL Data Structures [presentation](https://docs.google.com/presentation/d/13BKoX-Z80iLAjN1h2Y8TBwNrfNTDlOr6XHmbbjnDXbg/edit?usp=sharing).

## How to execute the samples?

1. Install [Docker](https://www.docker.com/).
2. Pull the image [devdrop/php-toolbox](https://hub.docker.com/r/devdrops/php-toolbox/), by executing `docker pull devdrops/php-toolbox`.
3. Clone this repository and navigate to the home page.
4. Execute `make run COMMAND='/index.php'`, where `` should be one of the folders present on this repository.