Python  1.0
Namespaces | Functions
_12_perm2.py File Reference

Namespaces

 _12_perm2
 Full permutation.
 

Functions

def _12_perm2.perm (n, i)
 The full permutation of list "n" can be solved by picking any element, placing it in the first, and recursively solving the smaller problem. More...