Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 584 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 584 Bytes

Go Report Card

huffman-GoLang

Encode and decode by Huffman-algo

Goals

  • Realize encoding and decoding of text by Huffman greedy-algorithm (clearly with BT)
  • Add JSON support to API package
  • Create app upon Cobra lib
  • Add Unit-tests
  • Realize github actions to build and check source code
  • Add binary convertation of encoded text
  • Check UTF-8 support
  • Support app launch as an encode-decode server