Skip to content

This project using Huffman Algorithm for decoding&encoding

Notifications You must be signed in to change notification settings

KadirArslan/File-Compressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It creates a Huffman Tree and creates a bitwise table of characters and bits of words. Then, it uses the Huffman tree of all the words in the test.txt file and writes the bit equivalents to a new file (“Bit.dat”). Performs Decode-Encode operations. It shows 50% compression success.

---Makefile has been created for MinGW Compiler. (To run, the mingw32-make command must be given to the console screen in the folder.)

About

This project using Huffman Algorithm for decoding&encoding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published