MCPcopy
hub / github.com/TheAlgorithms/Python / lempel_ziv.py

File lempel_ziv.py

data_compression/lempel_ziv.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2One of the several implementations of Lempel-Ziv-Welch compression algorithm
3https://en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Welch
4"""

Callers

nothing calls this directly

Calls 1

compressFunction · 0.70

Tested by

no test coverage detected