动态大小集的静态大小排列
如何获取列表的所有组合,其中组合大小只需静态,例如。如果列表有 4 个元素,那么它只需要长度为 4 的排列,而不是 3、2 和 1。我猜这将需要递归。独特的组合会很有帮助,但我希望看到它以最简单(没有独特性?)的形式来发挥我的小狗力量。
How can I obtain all combinations for a list where combination size need only be static eg. if the list has 4 elements then it will only need permutations of length 4 not 3, 2 and 1. I'm guessing this will need recursion. Unique combinations would be helpful but I'd like to see it in simplest (no uniqueness?) form for my puppy power.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想要更具体的答案,您必须创建一个更具体的问题。显示一些代码/努力/无论什么..
If you want a more specific answer you have to create a more specific question. Show some code/effort/whatever..