Why it matters
BWT enables efficient compression + search. Understanding shapes text processing.
Advertisement
The architecture
Cyclic rotations + sort.
Last column = BWT.
Move-to-front + RLE + entropy code output.
Reversible via LF-mapping.
Advertisement
How it works end to end
Burrows + Wheeler 1994.
bzip2 combines with MTF + RLE + Huffman.
FM-index for search.