Python/compression
dpittaluga76 2cbadc88ab
Improves readability and processing time (#4510)
* Removes overuse of lambdas, improves readability and processing time when it finds bitstring to print out.

 Removes overuse of lambdas, uses dictionary instead.  This improves readability and processing time when it finds the bitstring to print out.

* Update huffman.py
2021-07-12 08:16:31 +02:00
..
image_data Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
burrows_wheeler.py Change occurrences of str.format to f-strings (#4118) 2021-02-23 11:23:49 +05:30
huffman.py Improves readability and processing time (#4510) 2021-07-12 08:16:31 +02:00
lempel_ziv_decompress.py Pyupgrade to python3.8 (#3616) 2020-10-21 12:46:14 +02:00
lempel_ziv.py [mypy] fix compression folder (#4290) 2021-03-22 19:24:05 +01: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