Skip to content

ABenC377/Huffman_compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Huffman_compression

This produces a huffman compression tree for a text file, and prints out the compression tree along with a total size of the file if it were compressed with the huffman tree. This program takes the file path as a commandline argument.

e.g., after compiling to 'huffman', run "./huffman test_docs/austen.txt"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages