Skip to content

itayweb/HuffmanEncoderDecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Huffman Encoder/Decoder

This is a mini project after learning about data compression, one in particular - Huffman encoding/decoding method

The Program

This program (Console Application) takes a general text file with text in it and compress it into a byte array (long line of 1s and 0s) and dump it into a custom file, a .huff file. And then decode back to a general text file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages