MCPcopy
hub / github.com/Jack-Lee-Hiter/AlgorithmsByPython / 字符串的排列和组合.py

File 字符串的排列和组合.py

Target Offer/字符串的排列和组合.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'''
2输入一个字符串,按字典序打印出该字符串中字符的所有排列。
3例如输入字符串abc,则打印出由字符a,b,c所能排列出来的所有字符串abc,acb,bac,bca,cab和cba。
4结果请按字母顺序输出。

Callers

nothing calls this directly

Calls 2

groupMethod · 0.80
SolutionClass · 0.70

Tested by

no test coverage detected