huffman-compression-algorithm
Here are 495 public repositories matching this topic...
Language:All
Sort:Most stars
Compression Benchmark
- Updated
Aug 14, 2023 - C
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.
- Updated
Apr 11, 2023 - Verilog
📦 Zip and Unzip files using Huffman's code and LZW Algorithm
- Updated
Aug 22, 2017 - Java
An online .txt file compressor, de-compressor tool which uses Huffman Coding for Lossless data compression.
- Updated
Oct 27, 2023 - JavaScript
A "Huffman Coding" algorithm-based application written in C++ to compress/decompress any type of files.
- Updated
Aug 23, 2020 - C++
Huffman encode/decode text
- Updated
Feb 25, 2024 - TypeScript
My solutions to the assignments I have undertaken for the CS106B (Programming Abstractions in C++) course, in Stanford University. (2017-2018)
- Updated
Dec 22, 2018 - C++
A file compression program written in C++ to compress files using Huffman Coding
- Updated
Jun 11, 2019 - C++
C program written to encode (compress) and decode (decompress) a text file in Huffman Encoding method.
- Updated
Jun 9, 2023 - C
A file compressing web application designed using the concept of Huffman Coding.
- Updated
May 22, 2022 - HTML
File Compression Using Huffman Coding Built in Java.
- Updated
Aug 23, 2024 - Java
Very simple 8 bits huffman encoder/decoder with pure C.
- Updated
May 29, 2023 - C
Huffman树,Huffman编码,压缩bmp图像。
- Updated
Sep 6, 2020 - C++
It is a text file, script file Compression and Decompression Program which uses Huffman Algorithm for Compression and Decompression
- Updated
Jan 13, 2020 - C++
A program that can losslessly compress and decompress files using Huffman Encoding
- Updated
Dec 19, 2018 - C++
Huffman Compression Algorithm using C++
- Updated
Jul 22, 2024 - 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.
- Updated
Jun 29, 2022 - Python
All projects of Data Structure course in an integrated GUI application
- Updated
Jul 25, 2020 - C#
Huffman encoding of Bitmap images
- Updated
Jan 26, 2018 - Python
Java project that implemnts Huffman encoding algorithm
- Updated
Mar 16, 2023 - Java
Improve this page
Add a description, image, and links to thehuffman-compression-algorithm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thehuffman-compression-algorithm topic, visit your repo's landing page and select "manage topics."