项目作者: ramilsafnab1996

项目描述 :
Huffman Algorithm based encoding and decoding tool
高级语言: Java
项目地址: git://github.com/ramilsafnab1996/huffman-codec.git
创建时间: 2018-09-29T21:25:44Z
项目社区:https://github.com/ramilsafnab1996/huffman-codec

开源协议:

下载


Huffman Encoding Algorithm Implementation

This is an algorithms and data structures courses final work.

Graphical interface along with encode/decode functionality based on Huffman tree are provided.

Prerequisites

  • Java (ver. 8 and higher)
  • Maven (ver. 3 and higher)

Limitations

This work is not intended to be applied in real compression/decompression scenarios due to obvious inefficiency.