Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 311 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 311 Bytes

lempelz-simple-compression

a Basic LempelZ compression (LZ78) application in C++

Working example

Usage

./app TheTextYouWantToEncode

or directly from running the app.

./app

Build

make