Skip to content

Using huffman coding to compress and decompress files

Notifications You must be signed in to change notification settings

chigges/huffman-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

huffman-cli

Using huffman coding to compress and decompress files

Usage

'make' will compile an executable in the bin directory.

# To compress a file:
huffmancli FILE_PATH 
# To uncompress a file:
huffmancli FILE_PATH --uncompress
# For more information
huffmancli --help

About

Using huffman coding to compress and decompress files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published