Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 622 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 622 Bytes

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