Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman Encoding/Decoding

Simple text comression/decompression using Huffman Encoding.

Usage

To compress the plain text file:

$ ./huffman -c plaintext.txt compressedfile.any

To decompress from the data:

$ ./huffman -d decompressedtext.txt compressedfile.any

About

Text comression/decompression using Huffman Encoding

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages