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
- Host: GitHub
- URL: https://github.com/oldratlee/dynamic-programming-study
- Owner: oldratlee
- License: apache-2.0
- Created: 2025-05-26T16:40:28.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-06-23T07:50:22.000Z (7 months ago)
- Last Synced: 2025-06-29T02:00:18.978Z (7 months ago)
- Topics: dynamic-programming, idaa, idaa3e, study
- Language: Python
- Homepage: https://github.com/oldratlee/dynamic-programming-study
- Size: 98.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dynamic Programming Study
## 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)