Dynamic programming



Dictionary of Algorithms and Data Structures: longest common subsequence nist dads html
        longest common subsequence

Python memoization - a Python example of memoization.
        ASPN : Python Cookbook : Memoizing (cacheing) function return values

memoize - a Ruby module that implements memoized methods.
        RAA - memoize

Java memoization - an example in Java using dynamic proxy classes to create a generic memoization pattern.
        ONJava.com -- Memoization in Java Using Dynamic Proxy Classes

Memoize.pm - a Perl module that implements memoized subroutines
        Memoize - Make functions faster by trading space for time - search.cpan.org

Dictionary of Algorithms and Data Structures: shortest common supersequence nist dads html
        shortest common supersequence

This article is licensed under the GNU Free Documentation License.
It uses material from the Wikipedia articles : Longest-common subsequence problem , Memoization , Shortest common supersequence , .
If you use exact copy or modified of this article you should preserve above paragraph and put also : It uses material from the Froola link list about "Dynamic programming".
MAIN PAGE MAIN INDEX CONTACT US