Skip to content

A c++ program to compresses and decompresses files using Huffman algorithm.

Notifications You must be signed in to change notification settings

PhoenixDD/Huffman-Encode_Decode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Huffman Encode_Decode

Description:
A c++ program to compresses and decompresses files using Huffman algorithm.
The code is well documented and self explainatory.