标签: string algorithm recursion permutation
可能重复: Are there any better methods to do permutation of string?
我知道递归,可以编写像fibonacci number,tree traversals这样的程序,所以我想我知道但是当谈到这个问题时我特别感觉不好
fibonacci number
tree traversals
请指导我如何计算字符串的所有可能排列
答案 0 :(得分:1)
以下是不同排列算法的好例子,包括递归算法:http://www.bearcave.com/random_hacks/permute.html