Skip to content

A simple Java implementation of the LZW (Lempel-Ziv-Welch) algorithm for compressing and decompressing text files. Supports both compression and restoration of original content.

Notifications You must be signed in to change notification settings

fatmaserry/lzw-compression-algorithm

Repository files navigation

LZW Compression Program

This is a simple LZW (Lempel-Ziv-Welch) compression program that allows you to compress and decompress text files using the LZW algorithm.

Features

  • Compression: Compress text files using the LZW algorithm.
  • Decompression: Decompress LZW-compressed files to their original state.

About

A simple Java implementation of the LZW (Lempel-Ziv-Welch) algorithm for compressing and decompressing text files. Supports both compression and restoration of original content.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages