1 . 无重复元素的全排列
当然stl有next_permutation()函数,用起来更方便
2 . 有重复元素的全排列
3 . 有重复元素的组合
4 . 有重复元素的全组合
posted on 2012-03-30 19:21 c语言源码 阅读(385) 评论(0) 收藏 举报