2000 character limit reached
Computing Longest (Common) Lyndon Subsequences (2201.06773v1)
Published 18 Jan 2022 in cs.DS
Abstract: Given a string $T$ with length $n$ whose characters are drawn from an ordered alphabet of size $\sigma$, its longest Lyndon subsequence is a longest subsequence of $T$ that is a Lyndon word. We propose algorithms for finding such a subsequence in $O(n3)$ time with $O(n)$ space, or online in $O(n3 \sigma)$ space and time. Our first result can be extended to find the longest common Lyndon subsequence of two strings of length $n$ in $O(n4 \sigma)$ time using $O(n3)$ space.