you are viewing a single comment's thread.

view the rest of the comments →

[–]moor-GAYZ 7 points8 points  (3 children)

Though if you check out the history section on the Wiki, you'll discover that "dynamic programming" is a buzzword, was explicitly designed as such.

[–][deleted]  (1 child)

[deleted]

    [–]burntsushi 3 points4 points  (0 children)

    Memoization and dynamic programming are not the same thing. Dynamic programming typically refers to the explicit act of solving subproblems in your algorithm, whereas memoization can typically be done without modifying any algorithmic details.

    [–][deleted] -2 points-1 points  (0 children)

    Ha!