Title
Space-Efficient Algorithms for Longest Increasing Subsequence.
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 keeping the time complexity small. For root n <= s <= n, we present algorithms that use O(s log n) bits and O(1/s . n(2) . log n) time for computing the length of a longest increasing subsequence, and O(1/s . n(2) . log(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.
Year
DOI
Venue
2018
10.4230/LIPIcs.STACS.2018.44
Leibniz International Proceedings in Informatics
Keywords
DocType
Volume
Longest Increasing Subsequence,Patience Sorting,Space-efficient Algorithm
Conference
96
ISSN
Citations 
PageRank 
1868-8969
0
0.34
References 
Authors
11
5
Name
Order
Citations
PageRank
Masashi Kiyomi120417.45
Hirotaka Ono240056.98
Yota Otachi316137.16
Pascal Schweitzer421416.94
Jun Tarui513416.16