Skip to content

This program performs data compression using the Huffman encoding algorithm.

Notifications You must be signed in to change notification settings

BURMAUG/Huffman-encoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Huffman Encoding in Go

Introduction

This is the implementation of the Huffman encoding in Go programming language.

Requirements

  • Implementation is accomplished using the Heap Data structure and the min-heap to be specific
  • The Heap data structure is going to be implemented by myself

Issue encountered

Accomplishment

Implemented the Huffman encoding algorithm using the min heap data structure

Author

Burmau Garba

About

This program performs data compression using the Huffman encoding algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages