Skip to content

pekdemir/huffman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages