牛客網左神算法中級班學習筆記(第二章)

本文是牛客網左神算法中級班學習筆記。 java 【思路】 先放入set中(去重),而後遍歷一遍set就OK了。web public static List<List<Integer>> allPair(int[] a, int k){ HashSet<Integer> set = new HashSet<Integer>(); for(int i = 0; i < a.length; i+
相關文章
相關標籤/搜索