Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 239 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 239 Bytes

Project

This project uses Huffman coding to compress and decompress text files. This project supports two functions:

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