There are 8 repositories under huffman-compression-algorithm topic.
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
An online .txt file compressor, de-compressor tool which uses Huffman Coding for Lossless data compression.
Huffman encode/decode text
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
C program written to encode (compress) and decode (decompress) a text file in Huffman Encoding method.
File Compression Using Huffman Coding Built in Java.
A file compressing web application designed using the concept of Huffman Coding.
Very simple 8 bits huffman encoder/decoder with pure C.
Huffman树,Huffman编码,压缩bmp图像。
It is a text file, script file Compression and Decompression Program which uses Huffman Algorithm for Compression and Decompression
Huffman Compression Algorithm using C++
A program that can losslessly compress and decompress files using Huffman Encoding
All projects of Data Structure course in an integrated GUI application
Huffman encoding of Bitmap images
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.
A c++ program to compresses and decompresses files using Huffman algorithm.
Java project that implemnts Huffman encoding algorithm
A simple visualization for huffman tree, which is used in encoding text.
This Repo Includes Data Compression Algorithm and Source Code Implemented Using Huffman Algorithm.
Lossless Image Compression and Transmission in Matlab
An implementation of Huffman Codes in Node.js
A light weight C++ library implementation of huffman coding compression algorithm
Hamming, Huffman and etc algorithms
A Huffman Coding compression application. Compress and decompress files with respective code-books. Comes with a standalone executable and GUI.
Codes related to the Algorithms Course at IIT (BHU) Varanasi
Python lossless data compression library
This repo is an implementation of both constant and variable huffman encoding.
Browser-based Huffman encoding visualisation tool written in Typescript with HTML Canvas.
Compactador e descompactador de dados.
Mã hóa Huffman (giải thuật tham lam), sử dụng cây nhị phân để tạo bảng mã Huffman, giải quyết vấn đề nén chuỗi. Chống chỉ định cho người yếu tim, người sợ độ cao :))
Various data compression and decompression implementations in C