hmhm190's blog

By hmhm190, history, 4 years ago, In English

Difference Between DP and Recursion ==================First and foremost difference is that in recursive you call the function for each entry, while in DP you have a defined matrix table from which you just take the value of function at each iteration.

Full text and comments »

  • Vote: I like it
  • -23
  • Vote: I do not like it