BURMAUG / Huffman-encoding

This program performs data compression using the Huffman encoding algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Go 100.0%