Skip to main content

Showing 1–1 of 1 results for author: Tarui, J

Searching in archive cs. Search in all archives.
.
  1. arXiv:1712.09230  [pdf, ps, other

    cs.DS

    Space-Efficient Algorithms for Longest Increasing Subsequence

    Authors: Masashi Kiyomi, Hirotaka Ono, Yota Otachi, Pascal Schweitzer, Jun Tarui

    Abstract: Given a sequence of integers, we want to find a longest increasing subsequence of the sequence. It is known that this problem can be solved in $O(n \log n)$ time and space. Our goal in this paper is to reduce the space consumption while kee** the time complexity small. For $\sqrt{n} \le s \le n$, we present algorithms that use $O(s \log n)$ bits and $O(\frac{1}{s} \cdot n^{2} \cdot \log n)$ time… ▽ More

    Submitted 26 December, 2017; originally announced December 2017.

    Comments: 14 pages, STACS 2018