Fast lossless data compression in Java
-
Updated
Nov 20, 2024 - Java
Fast lossless data compression in Java
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
Huffman input and output streams
Personal repo of SUSTech course CS208 Algorithm Design
Compactador e descompactador de dados.
A new set of lossy and lossless graph compression techniques for external memory representation.
Computer Science/Algorithms & Data Structures etc. labs
Using Huffman algorithm to compress file on the server and send it to the client
implementation of common Data Structures in java
Huffman code is a particular type of optimal prefix code that is commonly used for lossless data compression. It's usually implemented via a greedy approach.
Huffman Algorithm based encoding and decoding tool
Some important algorithms implementation
A Huffman coding application made using Android Studio.
Huffman coding and decoding with GUI
Text encryption and decryption using Huffman Code with java
Data Structures project based on image compression using huffman coding
A program that can compress and decompress text files using Huffman encoding.
Add a description, image, and links to the huffman topic page so that developers can more easily learn about it.
To associate your repository with the huffman topic, visit your repo's landing page and select "manage topics."