【发布时间】:2012-09-22 08:01:51
【问题描述】:
我想使用单个整数选择整数组合,
就像我有一个号码 1234.. 现在我想要的是:1,2,3,4,12,23,34,123,234,1234
请帮忙..??
【问题讨论】:
-
这看起来像“1234”的所有子字符串。
-
必须从左到右迭代,并且只能使用连续的数字...
标签: c# .net integer permutation combinations