Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Python
/ sdes.py
File
sdes.py
other/sdes.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
apply_table(inp, table):
2
""
"
3
>>> apply_table(
"0123456789"
, list(range(10)))
4
'9012345678'
Callers
nothing calls this directly
Calls
3
apply_table
Function · 0.85
left_shift
Function · 0.85
function
Function · 0.85
Tested by
no test coverage detected