kgashok / huffman-coding

Python Implementation of Huffman Coding - compression and decompression
1 stars 0 forks source link

refactor to improve timings #8

Closed kgashok closed 4 years ago

kgashok commented 4 years ago

Use Counter to do the frequency dictionary creation

kgashok commented 4 years ago

image