Skip to content

prateekjain2606/online_compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Compression

Implementation of LZ77 algorithm for online compression

Command to encode data

python3 encoder.py <original_file_path>

Command to decode data

python3 decoder.py <compressed_file_path>

Command to compare compressed and original data

python3 compare.py

data.txt contains sample data to test the algorithm.

Detailed information about the algorithm can be found in the report

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages