Consider string s, t determine suffixPrefixLCS(i, j) = LCS(s[1..i], t[j..|t|]) for all possible i and j
-
Notifications
You must be signed in to change notification settings - Fork 0
Consider string s, t determine suffixPrefixLCS(i, j) = LCS(s[i..|s|], t[1..j]) for all possible i and j
License
ulyanin/suffixPrefixLCS
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 0
No packages published