Python/compression
Ioane Margiani 19b713aecb
Add lempel ziv compression (#2107)
* Added lempel-ziv compression algorithm implementation

* Added lempel-ziv decompression algorithm implementation

* Reformatted lempel-ziv compress/decompress files using black

* Added type hints and some other modifications (Doctests coming up)

* Shortened several lines to comply with the standards
2020-06-17 21:12:48 +02:00
..
image_data Updated README 2019-07-06 11:11:20 +05:30
burrows_wheeler.py Create codespell.yml (#1698) 2020-01-18 13:24:33 +01:00
huffman.py Create codespell.yml (#1698) 2020-01-18 13:24:33 +01:00
lempel_ziv_decompress.py Add lempel ziv compression (#2107) 2020-06-17 21:12:48 +02:00
lempel_ziv.py Add lempel ziv compression (#2107) 2020-06-17 21:12:48 +02:00
peak_signal_to_noise_ratio.py Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02:00