Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-66465.py
File
recipe-66465.py
recipes/Python/66465_combination/recipe-66465.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
""
"combination.py-- Efficient recursive functions
for
printing the
4
combination of the selected number of characters
from
the specified string.
Callers
nothing calls this directly
Calls
3
printCombinations
Function · 0.85
list
Class · 0.85
printUniqueCombinations
Function · 0.85
Tested by
no test coverage detected