Skip to content

This was an assignment done in Data Structures Course. It compresses and Decompresses using Huffmann Algorithm of compression.

Notifications You must be signed in to change notification settings

M-K-Arshad/Compressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compressor App

This program uses huffman encoding algorithm and encode the data from a file in compressed.txt and then decodes the data and saves in a file named decompressed.txt.

How To Run?

You can simply run the project using Visual Studio Compiler or you can simply compile it with g++ compiler

Sample Input && Output

image

Files Used in Sample Input && OutPut

file.txt

I love Programming do you?.

compressed.txt

110001111010000011111010111111001011000100101100101111011101011101000110011111000000111101100001010101110100

decompressed.txt

I love Programming do you?.

About

This was an assignment done in Data Structures Course. It compresses and Decompresses using Huffmann Algorithm of compression.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages