>
> Ultimately, as per your definition, is memoization a DP technique or
> not?
> I could not understand that.


Forgetting the definition -- which has a few holes, I'll admit
-- memoization is basically another way of expressing DP.  It's rare that
you have a DP algorithm that can't be expressed as memoization or
vice-versa.  There are some cases of each, but they're the exception rather
than the rule.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to google-code@googlegroups.com
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to