Program that compresses and decompresses text files with the Huffmann’s method.
-
Updated
Oct 7, 2022 - C++
Program that compresses and decompresses text files with the Huffmann’s method.
Huffman Compression in C++, Python: file read/write, descriptive comments, few boilerplate
The Huffman Algorithms folder contains implementations of the Huffman compression and decompression algorithms. Huffman compression is a widely used lossless data compression technique that reduces the size of files by assigning variable-length codes to different characters based on their frequencies.
A file based bank database management web app written in Java using Spark and Maven, with indexed variable length nested records, concurrency control, state transfer and Huffman Compression.
App using c-language to make compress and decompress for text files
A simple package that allows you to perform Huffman coding on user input strings.
huffman encoding and decoding texts in python
Huffman Compression Program
Huffman coding implementation
A school project BMP image compression application using LZ77 and Huffman algoritms.
Java compression application based on Huffman's coding
In this repo, I build and unit test several classic and custom Data Structures from scratch. I also build implementations of these data structures in the form of Bloom Filters, Round Robin Schedulers, etc.
Lossless text compression using Huffman Coding.
Realization of Huffman compression with Hamming error correction code
Implements the basic Huffman Compression and decompression algorithm in C++. All types of files can be compressed.
Steganography apps with image compression feature
The implementation of the Huffman algorithm as a command line utility.
Add a description, image, and links to the huffman-compression topic page so that developers can more easily learn about it.
To associate your repository with the huffman-compression topic, visit your repo's landing page and select "manage topics."