Burrows–Wheeler transform
From Just Solve the File Format Problem
				
								
				
				
																
				
				
								
				Burrows–Wheeler transform is an algorithm used as part of some compressed data formats, such as bzip2. By itself it does not compress data, but it rearranges the data to make it easier to compress.

