mirror of
https://github.com/onyx-and-iris/grokking-algorithms.git
synced 2026-04-16 11:33:34 +00:00
add some notes
This commit is contained in:
6
chapter11/README.md
Normal file
6
chapter11/README.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Dynamic Programming
|
||||
|
||||
A programming technique for decomposing a problem into smaller discrete subproblems.
|
||||
|
||||
- Useful when trying to optimize something given a constraint.
|
||||
- Example, items in a knapsack of size W that gives the greates value.
|
||||
Reference in New Issue
Block a user