Dynamic Longest Increasing Subsequence and the Erdös-Szekeres Partitioning Problem
In this paper, we provide new approximation algorithms for dynamic variations of the longest increasing subsequence (LIS) problem, and the complementary distance to monotonicity (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+ϵ)-approximation algorithm for DTM with polylogarithmic worst-case update time and a constant factor approximation algorithm for LIS with worst-case update time Õ(n^ϵ) for any constant ϵ > 0. the time the operation arrives. Our dynamic algorithm for LIS leads to an almost optimal algorithm for the Erdös-Szekeres partitioning problem. Erdös-Szekeres partitioning problem was introduced by Erdös and Szekeres in 1935 and was known to be solvable in time O(n^1.5log n). Subsequent work improve the runtime to O(n^1.5) only in 1998. Our dynamic LIS algorithm leads to a solution for Erdös-Szekeres partitioning problem with runtime Õ_ϵ(n^1+ϵ) for any constant ϵ > 0.
READ FULL TEXT