Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 356 Bytes

File metadata and controls

5 lines (4 loc) · 356 Bytes

Txt_HuffmanEncoder-Decoder

A program that compresses/decompresses .txt files using Huffman coding.

Instructions to Run

In the Executable.java file, choose between the two static methods compress(String pathName) and decompress(String pathName) and run it in the main method. Your file will be written to to the same place as the given pathName.