Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 227 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 227 Bytes

file compressor

  • C++ Implementation of the Lempel-Ziv Welch compression algorithm.
  • Improved the compression ratio by using exponential decay as a tool to manage and remove infrequently used entries in the LZW dictionary.