Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vsvietkov/data-structures

A collection of my implementations of different data structures
https://github.com/vsvietkov/data-structures

algorithms binary-search php queue red-black-tree stack trees

Last synced: about 2 months ago
JSON representation

A collection of my implementations of different data structures

Awesome Lists containing this project

README

        

# algorithms
A collection of my implementations of different algorithms

## Installation

1. Run `make docker-build`
2. Run `make install`

## Testing

Run `make test` after [Instalation](#Installation) step.

Observe PHPUnit output and test coverage in `./results` folder.

In a case of autoload errors, try to run additionally `make autoload`.