递归 - 字符串的所有排列

发布于 2024-12-05 13:28:57 字数 420 浏览 1 评论 0原文

可能的重复:
是否有更好的方法来进行字符串排列?< /a>

我知道递归,并且可以编写诸如斐波那契数、树遍历之类的程序,所以我想我知道,但是当具体到这个问题时,我感觉很糟糕,

请指导我如何计算字符串的所有可能的排列

Possible Duplicate:
Are there any better methods to do permutation of string?

I know recursion and can write programs like fibonacci number, tree traversals so I think I know it but when it comes to this question specifically I feel bad

Please guide me with how to calculate all possible permutations of a string

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

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

发布评论

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

评论(1

很快妥协 2024-12-12 13:28:57

以下是不同排列算法的好例子,包括递归算法:http://www.bearcave.com/ random_hacks/permute.html

Here is good examples of different permutation algorithms, including recursive one: http://www.bearcave.com/random_hacks/permute.html

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