Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

antoniolm23/lz78

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is programm implements an LZ78 compressor and decompressor.

COMMAND: lz78
OPTIONS:
	-c to compress the file
	
	-d to decompress a file

	-v to have verbose output

	-i [input_file] to specify the input file

	-o [output_file] to specify the output file, if not specified the output
			 is given a default name

	-s [N] to specify in N, the dictionary size

	-k to compress a sequence from keyboard