Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-66463.py
File
recipe-66463.py
recipes/Python/66463_permutation/recipe-66463.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#!/usr/bin/env python
2
__version__ =
"1.1"
3
""
"permute.py-- A small but efficient recursive function
for
printing the
4
permutation of the characters of the specified string.
Callers
nothing calls this directly
Calls
2
list
Class · 0.85
printList
Function · 0.70
Tested by
no test coverage detected