Console Application for de/compressing PGM image files using Huffman compression algorithm. Compression outputs 2 files; the encoded file (.enc) and the frequency tree (.frq).
You can find the source code in the src folder
# Compression
$ App/Encode.exe
# Decompression
$ App/Decode.exe