English

Optimal Heaviest Induced Ancestors

Data Structures and Algorithms 2023-02-06 v1

Abstract

We revisit the Heaviest Induced Ancestors (HIA) problem that was introduced by Gagie, Gawrychowski, and Nekrich [CCCG 2013] and has a number of applications in string algorithms. Let T1T_1 and T2T_2 be two rooted trees whose nodes have weights that are increasing in all root-to-leaf paths, and labels on the leaves, such that no two leaves of a tree have the same label. A pair of nodes (u,v)T1×T2(u, v)\in T_1 \times T_2 is \emph{induced} if and only if there is a label shared by leaf-descendants of uu and vv. In an HIA query, given nodes xT1x \in T_1 and yT2y \in T_2, the goal is to find an induced pair of nodes (u,v)(u, v) of the maximum total weight such that uu is an ancestor of~xx and vv is an ancestor of yy. Let nn be the upper bound on the sizes of the two trees. It is known that no data structure of size O~(n)\tilde{\mathcal{O}}(n) can answer HIA queries in o(logn/loglogn)o(\log n / \log \log n) time [Charalampopoulos, Gawrychowski, Pokorski; ICALP 2020]. This (unconditional) lower bound is a polyloglogn\operatorname{polyloglog} n factor away from the query time of the fastest O~(n)\tilde{\mathcal{O}}(n)-size data structure known to date for the HIA problem [Abedin, Hooshmand, Ganguly, Thankachan; Algorithmica 2022]. In this work, we resolve the query-time complexity of the HIA problem for the near-linear space regime by presenting a data structure that can be built in O~(n)\tilde{\mathcal{O}}(n) time and answers HIA queries in O(logn/loglogn)\mathcal{O}(\log n/\log\log n) time. As a direct corollary, we obtain an O~(n)\tilde{\mathcal{O}}(n)-size data structure that maintains the LCS of a static string and a dynamic string, both of length at most nn, in time optimal for this space regime. The main ingredients of our approach are fractional cascading and the utilization of an O(logn/loglogn)\mathcal{O}(\log n/ \log\log n)-depth tree decomposition.

Cite

@article{arxiv.2302.01373,
  title  = {Optimal Heaviest Induced Ancestors},
  author = {Panagiotis Charalampopoulos and Bartłomiej Dudek and Paweł Gawrychowski and Karol Pokorski},
  journal= {arXiv preprint arXiv:2302.01373},
  year   = {2023}
}
R2 v1 2026-06-28T08:30:45.906Z