VictorGalkevich / bzip2

I have created an archiver that works like bzip2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bzip2 Archiver

Applications for archiving and dearchiving files. This application uses Bzip2 algorithm and is based on the following ones:

  • BWT (The Burrows-Wheeler Transform)
  • MTF (Move-to-Front)
  • Huffman algorithm

To demonstrate the actual compression ratio the first tome of War and Piece is included. Compressed file volume is 422 kB

About

I have created an archiver that works like bzip2


Languages

Language:Java 100.0%