English

Streaming and Query Once Space Complexity of Longest Increasing Subsequence

Computational Complexity 2023-09-06 v1

Abstract

Longest Increasing Subsequence (LIS) is a fundamental problem in combinatorics and computer science. Previously, there have been numerous works on both upper bounds and lower bounds of the time complexity of computing and approximating LIS, yet only a few on the equally important space complexity. In this paper, we further study the space complexity of computing and approximating LIS in various models. Specifically, we prove non-trivial space lower bounds in the following two models: (1) the adaptive query-once model or read-once branching programs, and (2) the streaming model where the order of streaming is different from the natural order. As far as we know, there are no previous works on the space complexity of LIS in these models. Besides the bounds, our work also leaves many intriguing open problems.

Keywords

Cite

@article{arxiv.2309.01208,
  title  = {Streaming and Query Once Space Complexity of Longest Increasing Subsequence},
  author = {Xin Li and Yu Zheng},
  journal= {arXiv preprint arXiv:2309.01208},
  year   = {2023}
}

Comments

This paper has been accepted to COCOON 2023

R2 v1 2026-06-28T12:11:33.537Z