DeepNinja07x / Python_Scripts

It contains all the Python Programs, whether it's a GUI, basic, Data Structures, etc. It's a collection of some great Python scripts from basic to advance levels for automating some monotonous tasks.
The Unlicense
32 stars 56 forks source link

created Huffman Coding.py #115

Closed piyushgoswami015 closed 3 years ago

piyushgoswami015 commented 3 years ago

Huffman Coding is a technique of compressing data to reduce its size without losing any of the details. It was first developed by David Huffman.