Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation of Huffman Algorithm in Go

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages