MCPcopy 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
4combination of the selected number of characters from the specified string.

Callers

nothing calls this directly

Calls 3

printCombinationsFunction · 0.85
listClass · 0.85
printUniqueCombinationsFunction · 0.85

Tested by

no test coverage detected