摘要:        
排列组合,自己也尝试着写过,用的深搜,但不是字典序的。看了浙大的acm集训资料,其中排列和组合的算法,不错,贴出来~~#include <iostream>using namespace std;const int MAXN = 100;int count;void _gen_perm(int *a, int n, int m,int l,int *tag,int *tmp){	if(...    阅读全文
    
posted @ 2009-11-14 20:34
liangjun
阅读(260)
评论(0)
推荐(0)
        
                    
                
浙公网安备 33010602011771号