获取单词或数字的所有排列

发布于 2024-08-20 18:40:24 字数 119 浏览 4 评论 0原文

使用 LINQ 或老式方法,如何获取单词/数字的所有排列(不使用外部 API)?

例如 ab = ab, ba, abc = acb、bac 等

这是一个特定的计算机科学问题,如图像识别等吗?

Using LINQ or the old-fashioned approach, how can I get all permutations of a word/number (without using an external API)?

Eg ab = ab, ba,
abc = acb, bac, etc

Is this a specific computer science problem like image recognition, etc?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

同展鸳鸯锦 2024-08-27 18:40:24

关于这个主题,有一篇精彩的 MSDN 文章,应该可以帮助您了解开始了。这是一个经过充分研究的计算机科学问题。如需其他参考,请参阅计算机编程的艺术第 4 卷分册特别是,请查看 Pre-fascicle 2B 。涵盖了生成所有排列的问题。

There is a fantastic MSDN article on this very subject that should help you get started. This is a very well-studied computer science problem. For additional reference, see fascicles of The Art of Computer Programming Volume 4. In particular, check out Pre-fascicle 2B which exactly covers the problem of generating all permutations.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文