tcmpr.algorithms.lzss package

Submodules

tcmpr.algorithms.lzss.compressor module

This module is responsible for implementing LZSS CODING algorithm which can be used for compression of input file

tcmpr.algorithms.lzss.compressor.compress_lzss(input_file)[source]

Module contents