[lintcode] Longest Increasing Continuous subsequence II
Longest Increasing Continuous subsequence II Give you an integer matrix (with row size n, column size m),find the longest increasing continuous subsequence in this matrix. (The definition of the longest increasing continuous subsequence here can start at any row or column and go up/down/right/left any direction). Have you met this […]