Skip to content

Jaxx89/lz78

 
 

Repository files navigation

This is a programm that implements an LZ78 compressor and decompressor.
options allowed are:
-c to compress the file
-d to decompress
-v to have verbose output
-i [input_file] to specify the input file, if it isn't specified the input has
to be given by the standard input
-o [output_file] to specify the output file, if it isn't specified the output
is given on the standard output
-s [N] to specify, in N, the dictionary size

About

LZ78 accademic project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.9%
  • Objective-C 1.1%