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

https://github.com/oldratlee/dynamic-programming-study

dynamic programming study
https://github.com/oldratlee/dynamic-programming-study

dynamic-programming idaa idaa3e study

Last synced: 6 months ago
JSON representation

dynamic programming study

Awesome Lists containing this project

README

          

# Dynamic Programming Study


Build CI
Codecov
License
GitHub repo size
gitpod: Ready to Code

## Problems from Chapter 8 Dynamic Programming of "Introduction to the Design and Analysis of Algorithms" (3rd Edition)

Problem solutions:

- [`ch8_1_example1_coin_row.py`](src/dp_study/idaa3e/ch8_1_example1_coin_row.py)
- [`ch8_1_example2_change_making.py`](src/dp_study/idaa3e/ch8_1_example2_change_making.py)
- [`ch8_1_example3_coin_collecting.py`](src/dp_study/idaa3e/ch8_1_example3_coin_collecting.py)
- [`ch8_2_knapsack.py`](src/dp_study/idaa3e/ch8_2_knapsack.py)