Class LCSDp

java.lang.Object
org.ddolib.examples.lcs.LCSDp

public class LCSDp extends Object
Naive DP solver the 2-strings longest common subsequence problem, used to build a heuristic for the m-strings problem.