Skip to content

stephen29xie/text-compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

text-compression

Lossless Text Compression

Usage

Run make to build the program. This will create an executable named exe.

Call ./exe [filename] [-d/-c] [output filename] to run program.

filename is the name of the ASCII text file you want to compress or decompress
-c to compress, -d to decompress (must be a previously compressed file)
output filename is the name you want to give to the output file

Eg.
./exe harrypotter.txt -c compressedharrypotter
./exe compressedharrypotter.txt -d harrypotter

Releases

No releases published

Packages

No packages published