Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Huffman-Tree

This program is a Huffman Tree Implementation: 1- It takes the input from a file 2- Construct a frequency table for the different characters the input is composed of 3- Based on the frequency table, it creates a Huffman tree and a bitmap 4- Using the Bitmap, it encodes the input 5- Then, decode it again... Which means your input and output file have to be exactly the same ; otherwise, there is something wrong going on

About

This program is a Huffman Tree Implementation: 1- It takes the input from a file 2- Construct a frequency table for the different characters the input is composed of 3- Based on the frequency table, it creates a Huffman tree and a bitmap 4- Using the Bitmap, it encodes the input 5- Then, decode it again... Which means your input and outpu…

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages