mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-10 22:46:07 +00:00
Add "reference" for EN version. Bug fixes. (#1326)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Dynamic programming problem characteristics
|
||||
# Characteristics of dynamic programming problems
|
||||
|
||||
In the previous section, we learned how dynamic programming solves the original problem by decomposing it into subproblems. In fact, subproblem decomposition is a general algorithmic approach, with different emphases in divide and conquer, dynamic programming, and backtracking.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user