multiple-lcs
The Longest Common Subsequence algorithm for multiple input sequences
This package is incomplete and anything can change anytime. I'll write some docs before I publish the first version.TODO: write a good README.md
LCS References (to take a better look later...)
- https://scottjulian.com/finding-the-longest-common-subsequence/
- https://arxiv.org/ftp/arxiv/papers/0903/0903.2015.pdf
- https://hal.archives-ouvertes.fr/hal-00683311/document
- http://serialsjournals.com/serialjournalmanager/pdf/1328248721.pdf
- http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.64.5130&rep=rep1&type=pdf
- https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1780122/
- https://www.ijcai.org/Proceedings/09/Papers/250.pdf