Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
def
per(list1,list2):
4
list1.sort()
Callers
nothing calls this directly
Calls
2
per
Function · 0.85
print
Function · 0.50
Tested by
no test coverage detected