An online .txt file compressor, de-compressor tool which uses Huffman Coding for Lossless data compression.
-
Updated
Oct 27, 2023 - JavaScript
An online .txt file compressor, de-compressor tool which uses Huffman Coding for Lossless data compression.
Huffman Encoding and Decoding for Image Compression using Python
An algorithm that reduces the data size to allow saving space when storing the data or transmitting data over the network efficiently.
Code of HMG: Heuristic-driven MDL-based Genome sequence compressor
Public Huffman encoder
This program performs data compression using the Huffman encoding algorithm.
Java implementation of Binary Search Tree and Huffman Encoding for Data Structures and Algorithms CSC2103 Assignment.
A Java-based file compression tool that implements Huffman Encoding, LZW Compression, and Run-Length Encoding (RLE) with a Graphical User Interface (GUI) for easy file compression and decompression.
Huffman Compression in C++, Python: file read/write, descriptive comments, few boilerplate
This project demonstrates a hybrid implementation of Huffman Encoding, combining GPU-accelerated frequency analysis using CuPy with traditional CPU-based Huffman tree construction and encoding. It runs smoothly on Google Colab with GPU support.
This repository contains my solutions to a series of multimedia-related homework assignments.
📈 Greedy Algorithm (Huffman Encoding) & Network Flow Algorithm (Edmonds-Karp) Implementation for COSC 581 (Algorithms)
Add a description, image, and links to the huffman-encoding topic page so that developers can more easily learn about it.
To associate your repository with the huffman-encoding topic, visit your repo's landing page and select "manage topics."