Longest increasing subsequence problem: Difference between revisions

Content deleted Content added
marked math expressions as <math></math>
No edit summary
Line 42:
 
Since <math>A</math> is always ordered in increasing order, and the operation does not change this ordering, we can do a binary search for every single <math>a_1, a_2, \ldots, a_n</math>.
 
== External Links ==
[http://www.algorithmist.com/index.php/Longest_Increasing_Subsequence Algorithmist's Longest
Increasing Subsequence] - Where this article was taken.
 
[[Category:Algorithms on strings]]