Fully Dynamic Approximation of LIS in Polylogarithmic Time

November 19, 2020 Β· Declared Dead Β· πŸ› Symposium on the Theory of Computing

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors PaweΕ‚ Gawrychowski, Wojciech Janczewski arXiv ID 2011.09761 Category cs.DS: Data Structures & Algorithms Citations 17 Venue Symposium on the Theory of Computing Last Checked 3 months ago
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 $\mathcal{O}((1/Ξ΅)^{\mathcal{O}(1/Ξ΅)})$-approximation of LIS under both operations with worst-case update time $\mathcal{\tilde O}(n^Ξ΅)$, for any constant $Ξ΅>0$. 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 $\mathcal{\tilde O}(Ξ΅^{-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,\ldots,n\}$ into $\mathcal{O}(\sqrt{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 $\mathcal{O}(n^{1+Ξ΅})$ time solution for this problem, for any $Ξ΅>0$. Our algorithm (in fact, its simpler decremental version) further improves this to $\mathcal{\tilde O}(n)$.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted