C# Implementation of huffman compression algorithm
A command line script implementation of Huffman Encoding. Currently encodes an argument string and then decodes and prints it.
Resources: https://en.wikipedia.org/wiki/Huffman_coding