项目作者: EndreoT

项目描述 :
C# Implementation of huffman compression algorithm
高级语言: C#
项目地址: git://github.com/EndreoT/Huffman-Code.git
创建时间: 2020-01-06T01:01:34Z
项目社区:https://github.com/EndreoT/Huffman-Code

开源协议:MIT License

下载


Huffman-Code

Description

A command line script implementation of Huffman Encoding. Currently encodes an argument string and then decodes and prints it.

Future improvements

  • Save both huffman tree and binary string encoding in a binary file
  • Be able to decode a binary file containing both both huffman tree and binary string encoding

Resources: https://en.wikipedia.org/wiki/Huffman_coding