Arrow Research search
Back to STOC

STOC 2021

Fully dynamic approximation of LIS in polylogarithmic time

Conference Paper Session 4B Algorithms and Complexity · Theoretical Computer Science

Abstract

We revisit the problem of maintaining the longest increasing subsequence (LIS) of an array under (i) inserting an element, and (ii) deleting an element of an array. In a recent breakthrough, Mitzenmacher and Seddighin [STOC 2020] designed an algorithm that maintains an O ((1/є) O (1/є) )-approximation of LIS under both operations with worst-case update time Õ( n є ), for any constant є>0 (Õ hides factors polynomial in log n , where n is the length of the input). We exponentially improve on their result by designing an algorithm that maintains an (1+є) approximation of LIS under both operations with worst-case update time Õ(є −5 ). Instead of working with the grid packing technique introduced by Mitzenmacher and Seddighin, we take a different approach building on a new tool that might be of independent interest: LIS sparsification. A particularly interesting consequence of our result is an improved solution for the so-called Erdős-Szekeres partitioning, in which we seek a partition of a given permutation of {1,2,…, n } into O (√ n ) monotone subsequences. This problem has been repeatedly stated as one of the natural examples in which we see a large gap between the decision-tree complexity and algorithmic complexity. The result of Mitzenmacher and Seddighin implies an O ( n 1+є ) time solution for this problem, for any є>0. Our algorithm (in fact, its simpler decremental version) further improves this to Õ( n ).

Authors

Keywords

  • dynamic data structure
  • longest increasing subsequence
  • sparsification

Context

Venue
ACM Symposium on Theory of Computing
Archive span
1969-2025
Indexed papers
4364
Paper id
654424895218770146
v2026.09.13