Skip to content

rhalm/huffman-compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data compression with Huffman coding

Usage

First navigate to the executable file with the command line and then write one of the following commands:

huffman compress sample.txt: compresses the sample.txt file and creates a sample.hm file
huffman decompress sample.hm: decompresses the sample.hm file and creates a sample-out.txt file

This algorithm is most efficient at compression with larger data.

About

Implementation of a lossless data compression algorithm as my first C project

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages