Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Message-Encoder-Decoder

Implements Huffman encoding to compress data by assigning variable-length codes to characters. Builds from a frequency array using a PriorityQueue, or read codes from a .code file. Save codes, and translate bits into characters. A HuffmanNode class with comparable frequencies is required.

About

Encodes and Decodes messages from a user or a file upload.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages