-
Notifications
You must be signed in to change notification settings - Fork 0
KadirArslan/File-Compressor
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published