huffman-tree topic
Huffman-Coding
A C++ compression program based on Huffman's lossless compression algorithm and decoder.
huffman-javascript
Huffman encode/decode text
molis-hai
Password Generation using Markov models, Huffman trees, and Charles Dickens
huffman
Huffman coding implementation in Go (Huffman tree, Symbol table, Huffman Reader + Writer).
HuffmanCompress
Huffman树,Huffman编码,压缩bmp图像。
hXOR-Packer
A PE (Portable Executable) packer with Huffman Compression and Xor encryption.
EncodeDecodeStepByStep
Encode Decode Step by Step is an open-source educational application designed to simplify bitwise file encodings. It integrates six encoding algorithms: Delta, Unary, Elias-Gamma, Fibonacci, Golomb, a...
Huffman_Coding
A file compressing web application designed using the concept of Huffman Coding.
huffman-encode-decode
C program written to encode (compress) and decode (decompress) a text file in Huffman Encoding method.