Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TheAlgorithms/Python
/ burrows_wheeler.py
File
burrows_wheeler.py
data_compression/burrows_wheeler.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
https://en.wikipedia.org/wiki/Burrows%E2%80%93Wheeler_transform
3
4
The Burrows-Wheeler transform (BWT, also called block-sorting compression)
Callers
nothing calls this directly
Calls
2
bwt_transform
Function · 0.85
reverse_bwt
Function · 0.85
Tested by
no test coverage detected