Skip to content

shehabeldeenibrahim/Text-Compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-Compression

Encode and decode text files using Huffman encoding algorithm To compress: python compress.py 0 example: python compress.py 0 text.txt To decompress: python compress.py 1 example: python compress.py 1 encoded_text.bin

compressed and decompressed file is saved in the same directory respectively as: encoded_text.bin and deconded_text.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages