文件名称:02
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- princ******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
编写递归函数,求n个元素集合的所有子集。
不妨令集合元素为小写字母,原集合为{ a , b , …, a + n - 1}。
输入:input.txt,仅包含整数n(1-26)。
输出:若输入合法,输出集合的所有子集;否则输出"WRONG"。-Write a recursive function, an n-element set of all subset of.
May wish to make a collection of elements to lowercase letters, the original set is { a , b , ..., a + n- 1}.
Input: input.txt contains only the integer n (1-26).
Output: enter a valid subset of the output collection otherwise output "WRONG".
不妨令集合元素为小写字母,原集合为{ a , b , …, a + n - 1}。
输入:input.txt,仅包含整数n(1-26)。
输出:若输入合法,输出集合的所有子集;否则输出"WRONG"。-Write a recursive function, an n-element set of all subset of.
May wish to make a collection of elements to lowercase letters, the original set is { a , b , ..., a + n- 1}.
Input: input.txt contains only the integer n (1-26).
Output: enter a valid subset of the output collection otherwise output "WRONG".
(系统自动生成,下载前可以参看下载内容)
下载文件列表
求子集.cpp