Skip to search formSkip to main contentSkip to account menu

Longest increasing subsequence

Known as: LIS, Longest nondecreasing subsequence, Nondecreasing subsequence 
In computer science, the longest increasing subsequence problem is to find a subsequence of a given sequence in which the subsequence's elements are… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2013
2013
In this paper, we construct a data structure to efficiently compute the longest increasing subsequence of a sequence subject to… 
2013
2013
In this paper, we propose an approach to retrieval XML data with structural context relaxation. We process user query and XML… 
2010
2010
The problem of finding a longest increasing subsequence (LIS) is a well known task in sequence processing. There are many… 
2009
2009
  • 2009
  • Corpus ID: 52240579
Given a string X = 〈x1, x2, . . . , xn〉 of n characters drawn from a totally ordered alphabet, an Increasing Subsequence (IS) of… 
2008
2008
Let 〈a1, a2, . . . , an〉 be a sequence of comparable elements. In this paper, we study two constrained versions of the longest… 
2007
2007
In this paper, we give a parallel algorithm for the longest increasing subsequence problem on a LARPBS, one of the recently… 
2004
2004
In this paper we give parallel solutions to the problem of finding the Longest Increasing Subsequence of a given sequence of n… 
Review
2001
Review
2001
In this paper, we evaluate several techniques for generating and optimizing high speed software decoders. We begin by presenting… 
1995
1995
Complementing the results claiming that the maximal length Ln of an increasing subsequence in a random permutation of f ng is… 
1993
1993
We derive a parallel solution to the problem of finding the longest increasing subsequence in a finite sequence of numbers. We…