Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/geekcomputers/Python
/ generate_permutations.py
File
generate_permutations.py
generate_permutations.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
generate(A, k):
2
if
k == 1:
3
print(A)
4
return
Callers
nothing calls this directly
Calls
1
generate
Function · 0.85
Tested by
no test coverage detected