Skip to content

vim12345/Huffman_Coding_Project

Repository files navigation

Huffman_Coding_Project

Huffman Coding Implementation for Text Files in C++

This project is based on Huffman Coding, a lossless, bottom-up compression algorithm. It can compress and decompress any text files.

Implementation in Project This project supports two functions:

  1. Encode: Compresses input file passed.
  2. Decode: Decompresses Huffman coded file passed back to its original file.

ScreenShot*

  1. Encode encode_screenshot

  2. Decode decode_sceensshot

About

Huffman Coding Implementation for Text Files in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages