http://en.wikipedia.org/wiki/Longest_increasing_subsequence_problem

This link depicts an algorithm, which is O(nlogn) algo.
Approach: dynamic programming.

On 4/15/07, Daniel Bastidas <[EMAIL PROTECTED]> wrote:
> if you can find the programming challenge book, there is a Longest
> Increasing Subsequence algorithm
>
> On 4/14/07, Muntasir Azam Khan <[EMAIL PROTECTED]> wrote:
> >
> >  This is a very common problem. Search for 'Longest Increasing
> > Subsequence' at Google.
> >
> > Muntasir
> >
> > ----- Original Message -----
> >
> > *From:* monty 1987 <[EMAIL PROTECTED]>
> > *To:* [email protected]
> > *Sent:* Saturday, April 14, 2007 5:52 PM
> > *Subject:* [algogeeks] algo problem
> >
> > My problem is to find out longest subsequence of integers in increasing
> > order in an array of integers.
> > If any one have solution tell it to me.
> >
> > >
> >
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/algogeeks
-~----------~----~----~----~------~----~------~--~---

Reply via email to