Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vsvietkov/dynamic-programming
- Owner: vsvietkov
- Created: 2023-09-13T11:10:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-14T20:08:05.000Z (over 1 year ago)
- Last Synced: 2023-09-15T13:06:19.671Z (over 1 year ago)
- Topics: cansum, fibonacci, gridtravel
- Language: PHP
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.