huffman-encoder topic

List huffman-encoder repositories

Huffman-Coding

96
Stars
10
Forks
Watchers

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

JPEG-Image-Compressor

39
Stars
6
Forks
Watchers

A Python program that compresses raw images based on the JPEG compression algorithm.

txt-compressor

31
Stars
29
Forks
Watchers

An online .txt file compressor, de-compressor tool which uses Huffman Coding for Lossless data compression.

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...