Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 311 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 311 Bytes

Huffman Encoding Project

Huffman Encoding With C++

How To Run

Compile

  • g++ -std=c++11 *cpp -o Main
  • You can just type "make" in terminal.

Commands

  • ./Main -i input_file -encode
  • ./Main -i encoded_file -decode
  • ./Main -s char
  • ./Main -l

Notes

  • You can find more info in Report.pdf file.