Patrick-Q-Jensen / HuffmanEncoding

A simple implementation of Huffman coding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HuffmanEncoding

A small simpel tool for encoding a text file using Huffman Coding. The tool will read the content of the given -inputFile and encode it using Huffman Coding and then write the resulting output to the given -outputFile.

If the argument -decode is given the tool will instead attempt to decode the value in the input file to the original text value and write that value to the given -output file

This was created by inspiration from the coding challenge posed by @JohnCricket link

About

A simple implementation of Huffman coding

License:MIT License


Languages

Language:C# 100.0%