随笔分类 -  算法

求N个数组成集合的子集
摘要:public static void getSubset(int set[]) throws IOException{ FileWriter writer = new FileWriter(new File("src/Result2.txt")); int length=set.length;//元 阅读全文
posted @ 2018-08-23 21:18 _故乡的原风景