186k views
1 vote
The ____________________ utility uses the Burrows-Wheeler Block Sorting Huffman Coding algorithm when compressing files.a) bzip2 b) bzip3c) bzip1

1 Answer

2 votes

Answer:

a) bzip2

Step-by-step explanation:

bzip2 is a free and open source compression program, this software uses the Burrows–Wheeler algorithm, the program was developed for by Julian Seward and maintained by Federico Mena, the first version was shown in July 1996, bzip is more efficient than others algorithms like LZW (.Z) and Deflate (.zip and .gz).

User Caballerog
by
3.7k points