/HuffmanEncoding

Huffman Encoding in C#

Primary LanguageC#MIT LicenseMIT

This is a very simple implementation of the Huffman Code written in C#. Encoding trees are constructed using Priority Queues based on Binary Heaps.