This commit is contained in:
onyx-and-iris 2024-01-19 17:23:09 +00:00
parent 1da4a16ec8
commit d552050f7e

View File

@ -3,4 +3,4 @@
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.
- Example, items in a knapsack of size W that gives the greatest value.