Space-Efficient Algorithms for Longest Increasing Subsequence

12/26/2017
by   Masashi Kiyomi, et al.
0

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 n) time and space. Our goal in this paper is to reduce the space consumption while keeping the time complexity small. For √(n)< s < n, we present algorithms that use O(s n) bits and O(1/s· n^2· n) time for computing the length of a longest increasing subsequence, and O(1/s· n^2·^2 n) time for finding an actual subsequence. We also show that the time complexity of our algorithms is optimal up to polylogarithmic factors in the framework of sequential access algorithms with the prescribed amount of space.

READ FULL TEXT

Please sign up or login with your details

Forgot password? Click here to reset