Skip to content

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

License

Notifications You must be signed in to change notification settings

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

No packages published