Computing Longest (Common) Lyndon Subsequences
Hideo Bannai, Tomohiro I, Tomasz Kociumaka, Dominik K\"oppl, and Simon J. Puglisi

TL;DR
This paper introduces algorithms for computing the longest Lyndon subsequence and longest common Lyndon subsequence in strings, with complexities ranging from cubic to quartic time depending on the problem and model.
Contribution
It presents the first algorithms for finding the longest Lyndon subsequence and extends to the longest common Lyndon subsequence problem with specific complexity bounds.
Findings
Algorithms for longest Lyndon subsequence in O(n^3) time
Online algorithm with O(n^3 σ) complexity
Extension to longest common Lyndon subsequence in O(n^4 σ) time
Abstract
Given a string with length whose characters are drawn from an ordered alphabet of size , its longest Lyndon subsequence is a longest subsequence of that is a Lyndon word. We propose algorithms for finding such a subsequence in time with space, or online in space and time. Our first result can be extended to find the longest common Lyndon subsequence of two strings of length in time using space.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · semigroups and automata theory · Natural Language Processing Techniques
