输入一个字符串的anagram的C#算法

来源:互联网 发布:博士国家电网北京知乎 编辑:程序博客网 时间:2024/06/07 10:00

输出字符串所有的anagram的string,用的是递归调用的办法。non-recursive: TODO!!!