Skip to content
/ huffman Public

Third Data Structures Project - Uses Huffman Encoding to compress/decompress files.

Notifications You must be signed in to change notification settings

mazarf/huffman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

huffman

Third Data Structures Project - Uses Huffman Encoding to compress/decompress files.

usage:

Compression: ./huffman < file > compressed_file

Decompression: ./huffman -d < compressed_file > decompressed_file

Simple!

About

Third Data Structures Project - Uses Huffman Encoding to compress/decompress files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages