ptrus / suffix-trees

Python implementation of Suffix Trees and Generalized Suffix Trees.
MIT License
122 stars 28 forks source link

add lcsm() to retrieve multiple lcs when max size is equal #18

Open itomin opened 5 years ago

ptrus commented 4 years ago

Thank you very much for the contribution (and sorry for long response :()! I just recently updated the test suite a bit and added a CI setup. Would you please rebase on latest master branch so that the tests are run?

Thanks!