Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 244 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 244 Bytes

LZW-Compression

For a school project.

lzw435.cpp runs a LZW compression on any given file input with 12 bit encoding

lzw435M.cpp runs a LZW compression on any given file input with variable length encoding between 10 and 16 bits