huffman-tree topic

List huffman-tree repositories

Huffman-Coding

96
Stars
10
Forks
Watchers

A C++ compression program based on Huffman's lossless compression algorithm and decoder.

molis-hai

43
Stars
6
Forks
Watchers

Password Generation using Markov models, Huffman trees, and Charles Dickens

huffman

29
Stars
4
Forks
Watchers

Huffman coding implementation in Go (Huffman tree, Symbol table, Huffman Reader + Writer).

HuffmanCompress

16
Stars
0
Forks
Watchers

Huffman树,Huffman编码,压缩bmp图像。

hXOR-Packer

51
Stars
13
Forks
Watchers

A PE (Portable Executable) packer with Huffman Compression and Xor encryption.

EncodeDecodeStepByStep

17
Stars
1
Forks
Watchers

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

17
Stars
10
Forks
Watchers

A file compressing web application designed using the concept of Huffman Coding.

huffman-encode-decode

15
Stars
6
Forks
Watchers

C program written to encode (compress) and decode (decompress) a text file in Huffman Encoding method.