不重复的整数数组,取最长连续递增子序列

今天偶遇这个题,具体题目如下,程序是在网上找的,修改了一下, 原贴关了,没找到~~   public static void main(String[] args) { Integer[] a = {1, 5, 7, 8, 43, 98, 23, 4, 9, 2}; List<Integer> list = new ArrayList<Integer>(Arrays
相关文章
相关标签/搜索