huffman-algorithm
Here are 141 public repositories matching this topic...
Language:All
Sort:Most stars
A C++ compression program based on Huffman's lossless compression algorithm and decoder.
- Updated
Mar 10, 2024 - C++
A PE (Portable Executable) packer with Huffman Compression and Xor encryption.
- Updated
Sep 11, 2021 - C++
Using huffman coding to compress-decompress real-world files
- Updated
Jul 27, 2022 - C
Huffman encode/decode text
- Updated
Feb 25, 2024 - TypeScript
A "Huffman Coding" algorithm-based application written in C++ to compress/decompress any type of files.
- Updated
Aug 23, 2020 - C++
Encode Decode Step by Step is an open-source educational application designed to simplify bitwise file encodings. It integrates six encoding algorithms: Delta, Unary, Elias-Gamma, Fibonacci, Golomb, and Huffman - through a user-friendly graphical interface. Ideal for educational use, this tool offers a hands-on approach to teach encoding strategies
- Updated
Jun 22, 2024 - Java
A c++ program to compresses and decompresses files using Huffman algorithm.
- Updated
Sep 9, 2017 - C++
Simple File Compressor & Extractor (huffman-algorithm-compression-zip)
- Updated
Jun 30, 2018 - C++
This is the implementation of 3rd Part in 3-Part Series of Algorithms Illuminated Book. All Implementations in this repository are written in both Python and Golang. Single IPython Notebook contains all Algorithms given in this Part 3.
- Updated
Apr 7, 2021 - Jupyter Notebook
Implementation of Huffman Coding using Python
- Updated
Sep 10, 2023 - Python
This repo is an implementation of both constant and variable huffman encoding.
- Updated
Mar 25, 2021 - C++
Hamming, Huffman and etc algorithms
- Updated
Sep 2, 2020 - Jupyter Notebook
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 :))
- Updated
Jan 8, 2022 - 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.
- Updated
Nov 9, 2022 - C++
Huffman encoding and decoding tree in python
- Updated
Aug 12, 2019 - Python
同济大学CS《数据结构课程设计》暑期作业TongJi University CS data structure assignment
- Updated
Jul 25, 2021 - Python
The idea behind Huffman coding is based upon the frequency of a symbol in a sequence. The symbol that is the most frequent in that sequence gets a new code that is very small, the least frequent symbol will get a code that is very long, so that when we’ll translate the input, we want to encode the most frequent symbols will take less space than …
- Updated
Aug 14, 2021 - C++
File compression program using Static and Dynamic Huffman Algorithms with C# programming language.
- Updated
Jan 7, 2021 - C#
An interactive web tool to learn about Huffman Coding, backed with theory to understand its key concepts.
- Updated
Dec 26, 2021 - TypeScript
Improve this page
Add a description, image, and links to thehuffman-algorithm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thehuffman-algorithm topic, visit your repo's landing page and select "manage topics."