项目作者: hodsonus

项目描述 :
given a .txt file, it uses the huffman algorithm to encode the characters that compose the file into a sting of 0s and 1s based on character frequency. frequent characters use less space while rare characters use more.
高级语言: Java
项目地址: git://github.com/hodsonus/huffman-algorithm.git
创建时间: 2018-03-28T14:47:33Z
项目社区:https://github.com/hodsonus/huffman-algorithm

开源协议:

下载