2024-01-19 17:23:09 +00:00
..
2024-01-16 17:19:45 +00:00
2024-01-16 17:19:45 +00:00
2024-01-19 17:23:09 +00:00
2024-01-18 01:18:01 +00:00
2024-01-18 01:18:01 +00:00
2024-01-16 17:19:45 +00:00

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 greatest value.