Space-Efficient Algorithms for Longest Increasing Subsequence

Leibniz International Proceedings in Informatics(2019)

引用 7|浏览37
暂无评分
摘要
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 √(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.
更多
查看译文
关键词
Longest increasing subsequence,Patience sorting,Space-efficient algorithm
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要