Longest Increasing Subsequence
Moderator: Board moderators
-
- New poster
- Posts: 12
- Joined: Sun Jun 01, 2003 12:21 pm
- Location: Pune, India
Longest Increasing Subsequence
In the problem History Grading I need to use this algorithm but don't know how. Can someone plese show me how to find LIS from an array of integers (named 'answer') in C code ?
-
- Experienced poster
- Posts: 147
- Joined: Fri Jun 13, 2003 10:46 pm
-
- New poster
- Posts: 12
- Joined: Sun Jun 01, 2003 12:21 pm
- Location: Pune, India
NO...Not LCS
Nope. Not Longest Common Subsequence. Check out this link, it has some description :
Definition : http://mathworld.wolfram.com/LongestInc ... uence.html
Analysis : http://www2.toki.or.id/book/AlgDesignMa ... NODE47.HTM
I am still searching for good info on how to solve it.
Definition : http://mathworld.wolfram.com/LongestInc ... uence.html
Analysis : http://www2.toki.or.id/book/AlgDesignMa ... NODE47.HTM
I am still searching for good info on how to solve it.