Given an array, find the longest increasing subsequence in this array.
The same problem link.
[LintCode] Longest Increasing Subsequence
[Coding Made Simple] Longest Increasing Subsequence
原文:http://www.cnblogs.com/lz87/p/7288727.html