Skip to content

ulyanin/suffixPrefixLCS

Repository files navigation

suffixPrefixLCS

Consider string s, t determine suffixPrefixLCS(i, j) = LCS(s[1..i], t[j..|t|]) for all possible i and j

About

Consider string s, t determine suffixPrefixLCS(i, j) = LCS(s[i..|s|], t[1..j]) for all possible i and j

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors