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 -~----------~----~----~----~------~----~------~--~---
