/Huffman-code-and-decode

Huffman code and decode with c/c++

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Huffman-code-and-decode


##Huffman code and decode with c/c++

****function:
1.Code
input a string of capital letters, and output the corresponding Huffman code
2.Decode
input a text of o and 1 output the corresponding alphabet string

##it`s successful in VS2015.