Popular recipes tagged "lcs" but not "algorithm"http://code.activestate.com/recipes/tags/lcs-algorithm/2015-06-01T08:08:11-07:00ActiveState Code RecipesLongest common subsequence of 3+ strings (Python)
2015-06-01T08:08:11-07:00Alister Cordinerhttp://code.activestate.com/recipes/users/4174503/http://code.activestate.com/recipes/579065-longest-common-subsequence-of-3-strings/
<p style="color: grey">
Python
recipe 579065
by <a href="/recipes/users/4174503/">Alister Cordiner</a>
(<a href="/recipes/tags/diff/">diff</a>, <a href="/recipes/tags/lcs/">lcs</a>).
</p>
<p>Script to find the longest common subsequence (LCS) of 3+ strings using dynamic programming.</p>