Topic: Dynamic Programming Problem / Level: intermediate

Problem: Compute the maximum length of a chain of words that can be formed by adding one letter at a time using dynamic programming.

Run the code to see the output here...