从n个数中选择m个数来 Java实现(顺序不固定)
public static List collect = new ArrayList();
public static void permutation(int[] a, int begin0, int begin, int mid1, int mid2, int end, int selectNum) {
int[] temp = new int[selectNum];
Syste
原创
2017-05-05 21:57:18 ·
2838 阅读 ·
0 评论