Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 496 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 496 Bytes

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