huffman
huffman copied to clipboard
Generate Huffman codes with Python
These two dictionaries should emit the same codebook because the ordering of the frequencies (the dictionary values) is the same in both cases: ``` >>> d1 = {x: x for...
I have noticed that the expected answer of the phrase answer is not correct in the README.rST. Checkout in test_codes.py to confirm what I mean. Thanks, Valérie Lemieux from Montréal
The issue of #1 , I still notice the right bracket problem in the homepage, can anyone update the homepage, I mean this one, https://pypi.org/project/huffman/, thanks!