Skip to content

Patrick-Q-Jensen/HuffmanEncoding

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages