Optimal Heaviest Induced Ancestors
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 T1 and T2 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 is induced if and only if there is a label shared by leaf-descendants of u and v. In an HIA query, given nodes x ∈ T1 and y ∈ T2, the goal is to find an induced pair of nodes (u, v) of the maximum total weight such that u is an ancestor of~x and v is an ancestor of y. Let n be the upper bound on the sizes of the two trees. It is known that no data structure of size O(n) can answer HIA queries in o( n / n) time [Charalampopoulos, Gawrychowski, Pokorski; ICALP 2020]. This (unconditional) lower bound is a polyloglog n factor away from the query time of the fastest 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) time and answers HIA queries in O( n/ n) time. As a direct corollary, we obtain an O(n)-size data structure that maintains the LCS of a static string and a dynamic string, both of length at most n, in time optimal for this space regime. The main ingredients of our approach are fractional cascading and the utilization of an O( n/ n)-depth tree decomposition.
Turn this paper into a lesson
ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.