摘要: 最长上升子序列(LIS)的定义: 一个数的序列bi,当b1 #includeusing namespace std ;class Solution {public: int lengthOfLIS(vector& nums) { in... 阅读全文
posted @ 2018-07-20 12:10 Tattoo_Welkin 阅读(105) 评论(0) 推荐(0) 编辑