/FILE-ZIPPER-CPP

This project is based on the lossless compression method Huffman Coding. It has the ability to decompress and compress any text files. Project Implementation This initiative serves two purposes: 1) Encode: Passes input file after compression. 2) Decode: Returns the original file of a Huffman-coded file after decompressing it.

Primary LanguageC++

FILE-ZIPPER-CPP

This project is based on the lossless compression method Huffman Coding. It has the ability to decompress and compress any text files.

Project Implementation This initiative serves two purposes:

  1. Encode: Passes input file after compression.
  2. Decode: Returns the original file of a Huffman-coded file after decompressing it.

image

image