Range Longest Increasing Subsequence and its Relatives: Beating Quadratic Barrier and Approaching Optimality

Karthik C. S.,Saladi Rahul
2024-04-07
Abstract:In this work, we present a plethora of results for the range longest increasing subsequence problem (Range-LIS) and its variants. The input to Range-LIS is a sequence $\mathcal{S}$ of $n$ real numbers and a collection $\mathcal{Q}$ of $m$ query ranges and for each query in $\mathcal{Q}$, the goal is to report the LIS of the sequence $\mathcal{S}$ restricted to that query. Our two main results are for the following generalizations of the Range-LIS problem:
Data Structures and Algorithms
What problem does this paper attempt to address?