The Burrows–Wheeler transform (BWT, also called block-sorting compression), is an algorithm used in data compression techniques such as bzip2. It was invented by Michael Burrows and David Wheeler in 1994 while working at DEC Systems Research Center in Palo Alto, California.[1] It is based on a previously unpublished transformation discovered by Wheeler in 1983.

When a character string is transformed by the BWT, none of its characters change value. The transformation permutes the order of the characters. If the original string had several substrings that occurred often, then the transformed string will have several places where a single character is repeated multiple times in a row. This is useful for compression, since it tends to be easy to compress a string that has runs of repeated characters by techniques such as move-to-front transform and run-length encoding.

Burrows–Wheeler transform

Burrows–Wheeler transform

 Burrows–Wheeler transform

 

http://en.wikipedia.org/wiki/Burrows-Wheeler_transform

相关文章:

  • 2021-06-15
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
  • 2021-09-06
猜你喜欢
  • 2022-12-23
  • 2022-03-04
  • 2022-12-23
  • 2021-07-19
  • 2021-06-16
相关资源
相似解决方案