Skip to content
2

2019-frequent-subsequences

Python code for mining frequent strings from one long string (no gaps allowed). Based on suffix / LCP arrays.