Skip to content

josuepaiva/lzw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lzw

LZW is a data compression algorithm, derived from the LZ78 algorithm, based on the location and registration of the patterns of a structure.

Installation

Use the maven for generate a jar file.

mvn package

Usage

-c compressão
-d descompressão
nbits quantidade de bits
Exemplo de uso compressão: java -jar lzw-1.0-SNAPSHOT.jar -c file.txt nbits
Exemplo de uso descompressão: java -jar lzw-1.0-SNAPSHOT.jar -d saida.lzw nbits

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages