MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / permutation.py

File permutation.py

Python/permutation.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# permutation
2
3def per(list1,list2):
4 list1.sort()

Callers

nothing calls this directly

Calls 2

perFunction · 0.85
printFunction · 0.50

Tested by

no test coverage detected