We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DS

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Data Structures and Algorithms

Title: Dynamic Longest Increasing Subsequence and the Erdös-Szekeres Partitioning Problem

Abstract: In this paper, we provide new approximation algorithms for dynamic variations of the longest increasing subsequence (\textsf{LIS}) problem, and the complementary distance to monotonicity (\textsf{DTM}) problem. In this setting, operations of the following form arrive sequentially: (i) add an element, (ii) remove an element, or (iii) substitute an element for another. At every point in time, the algorithm has an approximation to the longest increasing subsequence (or distance to monotonicity). We present a $(1+\epsilon)$-approximation algorithm for \textsf{DTM} with polylogarithmic worst-case update time and a constant factor approximation algorithm for \textsf{LIS} with worst-case update time $\tilde O(n^\epsilon)$ for any constant $\epsilon > 0$.% $n$ in the runtime denotes the size of the array at the time the operation arrives.
Our dynamic algorithm for \textsf{LIS} leads to an almost optimal algorithm for the Erd\"{o}s-Szekeres partitioning problem. Erd\"{o}s-Szekeres partitioning problem was introduced by Erd\"{o}s and Szekeres in 1935 and was known to be solvable in time $O(n^{1.5}\log n)$. Subsequent work improve the runtime to $O(n^{1.5})$ only in 1998. Our dynamic \textsf{LIS} algorithm leads to a solution for Erd\"{o}s-Szekeres partitioning problem with runtime $\tilde O_{\epsilon}(n^{1+\epsilon})$ for any constant $\epsilon > 0$.
Subjects: Data Structures and Algorithms (cs.DS)
Cite as: arXiv:2101.07360 [cs.DS]
  (or arXiv:2101.07360v1 [cs.DS] for this version)

Submission history

From: Saeed Seddighin [view email]
[v1] Mon, 18 Jan 2021 22:55:32 GMT (489kb)

Link back to: arXiv, form interface, contact.