FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

cornerCao/LCS: Get the LCS for several strings (more than 2) using suffix array and stack · GitHub

/ LCS Public

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL