|
|
|
|
|
by adcoelho
4881 days ago
|
|
He just said that it wasn't the technical definition for the simple language used. The note is not directly related to the algorithm he then explains. Dynamic Programming can be seen as divide and conquer but using memoization to avoid recalculations. The "subproblems easier to solve" are not easier complexity-wise but easier in the sense that we are solving a smaller subinstance of the main problem. |
|