Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 468 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 468 Bytes

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)

Comparison of example.txt file before and after compression

  • Original Size -> 22k

  • Size after compression -> 4.7k


WIP -> Decompression Algorithm, CLI