Algorithms for Longest Common Abelian Factors
Ali Alatabbi, Costas S. Iliopoulos, Alessio Langiu, M. Sohel, Rahman

TL;DR
This paper introduces algorithms for finding the longest common abelian factors between two strings, including a simple quadratic-time method and a faster solution for binary strings, with experimental validation.
Contribution
The paper presents a new quadratic-time algorithm and a faster binary-string algorithm for the LCAF problem, along with experimental results demonstrating improved performance.
Findings
Quadratic-time algorithm for general alphabet strings
Sub-quadratic algorithm for binary strings
Experimental results show faster runtime with modifications
Abstract
In this paper we consider the problem of computing the longest common abelian factor (LCAF) between two given strings. We present a simple time algorithm, where is the length of the strings and is the alphabet size, and a sub-quadratic running time solution for the binary string case, both having linear space requirement. Furthermore, we present a modified algorithm applying some interesting tricks and experimentally show that the resulting algorithm runs faster.
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.
