Skip to content

kiuKisas/Huffman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Huffman

Huffman is a tiny tool using the Huffman compression algorithm written in C. It can compress/decompress any file or text from standard input and save it in a file or just print it to standard output.

How to Use

By typing ./huffman -h, you will see this message

Usage: ./huffman [options]...

Compress a text with Huffman coding and save it.

By default, reads standard input and save compression in "./huff.bin"

Options :

-d huffman in decompression mode

--BIN= specify the path of the binary

--FILE= specify the path of the file

-h print this message

About

A huffman compressing tool written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published