Compression Benchmark
-
Updated
Aug 14, 2023 - C
Compression Benchmark
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.
📦 Zip and Unzip files using Huffman's code and LZW Algorithm
Huffman encode/decode text
An online .txt file compressor, de-compressor tool which uses Huffman Coding for Lossless data compression.
A "Huffman Coding" algorithm-based application written in C++ to compress/decompress any type of files.
My solutions to the assignments I have undertaken for the CS106B (Programming Abstractions in C++) course, in Stanford University. (2017-2018)
A file compression program written in C++ to compress files using Huffman Coding
A file compressing web application designed using the concept of Huffman Coding.
C program written to encode (compress) and decode (decompress) a text file in Huffman Encoding method.
File Compression Using Huffman Coding Built in Java.
Huffman树,Huffman编码,压缩bmp图像。
It is a text file, script file Compression and Decompression Program which uses Huffman Algorithm for Compression and Decompression
A program that can losslessly compress and decompress files using Huffman Encoding
Very simple 8 bits huffman encoder/decoder with pure C.
A parallel implementation of the bzip2 data compressor in python, this data compression pipeline is using algorithms like Burrows–Wheeler transform (BWT) and Move to front (MTF) to improve the Huffman compression. For now, this tool only will be focused on compressing .csv files, and other files on tabular format.
All projects of Data Structure course in an integrated GUI application
Huffman encoding of Bitmap images
Huffman Compression Algorithm using C++
A c++ program to compresses and decompresses files using Huffman algorithm.
Add a description, image, and links to the huffman-compression-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the huffman-compression-algorithm topic, visit your repo's landing page and select "manage topics."