MCPcopy 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
4permutation of the characters of the specified string.

Callers

nothing calls this directly

Calls 2

listClass · 0.85
printListFunction · 0.70

Tested by

no test coverage detected