Skip to content

cornerCao/LCS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LCS

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)

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

No packages published