Home » Archive

Articles tagged with: lis

Featured, Java »

[14 Feb 2008 | No Comment | 3,964 views]
Longest Increasing Subsequence

A classic computer science problem. The problem is finding the longest increasing subset of numbers within a given set. This article presents a solution in Java.