Get the LCS for several strings (more than 2)
Trade-off between the length of the result and the cover num.
Using Suffix Array and Stack
Complexity is O(nlogn)
-
Notifications
You must be signed in to change notification settings - Fork 0
cornerCao/LCS
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Get the LCS for several strings (more than 2) using suffix array and stack
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published