Longest increasing subsequence

In computer science, the longest increasing subsequence problem aims to find a subsequence of a given sequence in which the subsequence's elements are sorted in an ascending order and in which the subsequence is as long as possible. This subsequence is not necessarily contiguous or unique.

Source: Wikipedia — Longest increasing subsequence (CC BY-SA 4.0)

Longest increasing subsequence

In computer science, the longest increasing subsequence problem aims to find a subsequence of a given sequence in which the subsequence's elements are sorted in an ascending order and in which the subsequence is as long as possible. This subsequence is not necessarily contiguous or unique.

Source: Wikipedia "Longest increasing subsequence" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy