akkupy / codeDump

Drop your code snippets here!
GNU General Public License v3.0
55 stars 252 forks source link

Fix bug and add # to comment #652

Closed EverydayLevelUp closed 8 months ago

EverydayLevelUp commented 8 months ago

This commit fixes a bug in the python/Huffman_Algorithm.py where a comment was missing a #. This caused the comment to be interpreted as code, which resulted in the bug.

I have added the # to the comment so that it is now interpreted as a comment. I have also fixed the bug that was being caused by the missing #.