Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vsvietkov/dynamic-programming

A collection of problems which are typically solved using dynamic programming approach
https://github.com/vsvietkov/dynamic-programming

cansum fibonacci gridtravel

Last synced: about 2 months ago
JSON representation

A collection of problems which are typically solved using dynamic programming approach

Awesome Lists containing this project

README

        

# dynamic-programming
A collection of problems which are typically solved using dynamic programming approach.

## Installation
Run the following commands:
1. `make docker-build`
2. `make install`

## Testing
To enable debugging and coverage reports, run `make docker-build-dev`

To enable profiling, run `make docker-build-profiling`

Run `make test` to execute PHPUnit tests.
Run `make run-cs` or `make cs-fix` to run code sniffer.