Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 186 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 186 Bytes

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)