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.