huffman-compression-algorithm topic

List huffman-compression-algorithm repositories

Project-Zipline

276
Stars
46
Forks
Watchers

Defines a lossless compressed data format that is independent of CPU type, operating system, file system, and character set, and is suitable for compression using the XP10 algorithm.

Huffman-Coding

96
Stars
10
Forks
Watchers

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

Stanford_CS106B_Assignments

26
Stars
6
Forks
Watchers

My solutions to the assignments I have undertaken for the CS106B (Programming Abstractions in C++) course, in Stanford University. (2017-2018)

File-Compression

29
Stars
14
Forks
Watchers

📦 Zip and Unzip files using Huffman's code and LZW Algorithm

txt-compressor

30
Stars
29
Forks
Watchers

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

HuffmanCompress

16
Stars
0
Forks
Watchers

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

huffman-coding-zipper

25
Stars
18
Forks
Watchers

A "Huffman Coding" algorithm-based application written in C++ to compress/decompress any type of files.

Huffman_Coding

16
Stars
10
Forks
Watchers

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