A "Huffman Coding" algorithm-based application written in C++ to compress/decompress any type of files.
-
Updated
Aug 23, 2020 - C++
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
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
Huffman Compression Algorithm using C++
A c++ program to compresses and decompresses files using Huffman algorithm.
This Repo Includes Data Compression Algorithm and Source Code Implemented Using Huffman Algorithm.
A light weight C++ library implementation of huffman coding compression algorithm
This repo is an implementation of both constant and variable huffman encoding.
Codes related to the Algorithms Course at IIT (BHU) Varanasi
This is a very simple file compression tool written in C++.
Created a new compressed bitmap format .cmpbmp to compress 24 bit bitmap files using Huffman compression algorithm.
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 :))
📦 Huffman Coding Compression Algorithms with Encoding and Decoding using C++
The project is to design compression and decompression programs using Huffman Coding. The idea is to assign variable length codes to input characters based on their frequencies. The more the frequency of the character the shorter the code assigned to it.
Image Compression using Huffman Coding
RLE, Huffman, JPEG
The huffPP (Huffman Coding Plus Plus) is a utility tool written in C++ 20 to compact and unzip files using the huffman coding 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."