Huffman Coding Implementation in GO
A working implementation of Huffman coding algorithm that can compress files concurrently using Go's coroutine. Currently it supports compressing only alphabets(both upper and lower case)
-
Original Size -> 22k
-
Size after compression -> 4.7k
WIP -> Decompression Algorithm, CLI