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: 4 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T20:08:05.000Z (about 2 years ago)
- Last Synced: 2025-03-16T02:14:20.734Z (8 months 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.