MCPcopy 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

1def apply_table(inp, table):
2 """
3 >>> apply_table("0123456789", list(range(10)))
4 '9012345678'

Callers

nothing calls this directly

Calls 3

apply_tableFunction · 0.85
left_shiftFunction · 0.85
functionFunction · 0.85

Tested by

no test coverage detected