Skip to content

Custom implementation of Huffman Encoding Tree to compress a text file.

Notifications You must be signed in to change notification settings

AugustDay/adi-HuffmanTextCompression

Repository files navigation

adi-HuffmanTextCompression

Custom implementation of Huffman Encoding Tree to compress a text file.

Main opens and reads the given text files, CodingTree takes a string as an argument (the full text to be encoded) and performs the compression algorithm. Main then takes the finished, compressed string and writes it to an output file as desired.

By: Austin Ingraham

About

Custom implementation of Huffman Encoding Tree to compress a text file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages