Huffman Encoding in C#
Find a file
2015-07-14 15:40:04 +02:00
HuffmanEncoding Encoding Trees with tests, convert Huffman Tree to Encoding Tree 2015-07-14 15:40:04 +02:00
HuffmanEncodingTests Encoding Trees with tests, convert Huffman Tree to Encoding Tree 2015-07-14 15:40:04 +02:00
.gitignore
HuffmanEncoding.sln Move Tests to separate project 2015-07-11 11:11:10 +02:00
LICENSE License and Readme 2015-07-10 23:11:29 +02:00
README.md License and Readme 2015-07-10 23:11:29 +02:00

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