huffman-coding

command module
v0.0.0-...-cb41906 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 29, 2020 License: MIT Imports: 7 Imported by: 0

README

huffman-coding

huffman encoding / decoding tool

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

Usage

$ go get github.com/KoyamaSohei/huffman-coding
$ echo "Hello, World" > hello.txt 
$ huffman-coding encode hello.txt hello 
$ ls
hello hello.json hello.txt 
$ huffman-coding decode hello 
Hello, World

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL