Skip to content

Implementation of methods to build a Huffman Tree, encode a normal text file, and decode a Huffman file.

Notifications You must be signed in to change notification settings

cartcrom/Huffman-Tree-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Huffman-Tree-Implementation

Implementation of methods to build a Huffman Tree, encode a normal text file, and decode a Huffman file.

Use huffman_encode(input_file, output_file) to encode your input file, writing the result into output file.

Use huffman_decode(input_file, output_file) to decode your input file, writing the result into output file.

About

Implementation of methods to build a Huffman Tree, encode a normal text file, and decode a Huffman file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages