Add lempel ziv compression - #2107
Conversation
iko1133
commented
Jun 12, 2020
- Implemented lempel-ziv-welch compression/decompression algorithm
|
Hey @iko1133, TravisCI finished with status TravisBuddy Request Identifier: dc979620-acc8-11ea-8245-836d9da6cb4c |
|
Hi. 8.64s$ flake8 --ignore=E203,W503 --max-complexity=25 --max-line-length=120 --statistics --count . ./conversions/decimal_to_any.py:70:25: E127 continuation line over-indented for visual indent E127 continuation line over-indented for visual indent |
cclauss
left a comment
There was a problem hiding this comment.
Type hints? Doctests? See CONTRIBUTING.md.
|
Hey @iko1133, TravisCI finished with status TravisBuddy Request Identifier: 432509b0-b0c8-11ea-b9a3-b9754cbad7e4 |
* 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
