2.递归回溯求子集和数问题
摘要:
public class Zi { static int[] w = {1,2,2,4,5,6,6}; static int[] x = new int[w.length]; static int m = 10; static int sum=0; public static void main(String[] args) { for(i... 阅读全文
posted @ 2016-04-02 16:21 step_step 阅读(242) 评论(0) 推荐(0)
浙公网安备 33010602011771号