command
module
Version:
v0.0.0-...-cb41906
Opens a new window with list of versions in this module.
Published: Sep 29, 2020
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.