The program will be run twice with the command-lines
huffman encode input-file compressed-file huffman decode compressed-file outputThe decoded output will be compared to (and should be identical with) the input file. You can use any file for sample input (even binary files).