Longest Property-Preserved Common Factor
Lorraine A.K Ayad, Giulia Bernardini, Roberto Grossi, Costas S., Iliopoulos, Nadia Pisanti, Solon P. Pissis, and Giovanna Rosone

TL;DR
This paper introduces efficient algorithms for finding the longest common factors with specific properties—square-free, periodic, or palindromic—across multiple strings, with potential for broader applications.
Contribution
The paper presents the first linear-time algorithms for computing longest property-preserving common factors in various string settings.
Findings
Linear-time algorithms for square-free common factors.
Efficient solutions for periodic common factors among multiple strings.
Fast computation of palindromic common factors between two strings.
Abstract
In this paper we introduce a new family of string processing problems. We are given two or more strings and we are asked to compute a factor common to all strings that preserves a specific property and has maximal length. Here we consider three fundamental string properties: square-free factors, periodic factors, and palindromic factors under three different settings, one per property. In the first setting, we are given a string and we are asked to construct a data structure over answering the following type of on-line queries: given string , find a longest square-free factor common to and . In the second setting, we are given strings and an integer and we are asked to find a longest periodic factor common to at least strings. In the third setting, we are given two strings and we are asked to find a longest palindromic factor common to the two…
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 · DNA and Biological Computing · semigroups and automata theory
