MCPcopy
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"""
2https://en.wikipedia.org/wiki/Burrows%E2%80%93Wheeler_transform
3
4The Burrows-Wheeler transform (BWT, also called block-sorting compression)

Callers

nothing calls this directly

Calls 2

bwt_transformFunction · 0.85
reverse_bwtFunction · 0.85

Tested by

no test coverage detected