A small implementation of Huffman encoding and decoding in Java
-
Updated
Dec 23, 2017 - Java
A small implementation of Huffman encoding and decoding in Java
Huffman Coding
This Java repository contains a robust implementation of Huffman encoding and decoding algorithms
TextCompressor with compression and decompression algorithms: LZW RLE Huffman Coding algorithm
Java compression application based on Huffman's coding
A pipelined Enigma-based encryption and Huffman compression system for secure and efficient text storage.
Implementation of Huffman Encoder and Decoder using binary heap, pairing heap and four way optimized heap.
Huffman Coding/Decoding for text compression.
A decoder for Huffman Tree.
Aplicação desenvolvida em JAVA que realiza a Codificação de Huffman e a Descodificação.
This project implements Huffman Encoding and Decoding in Java, complete with a graphical user interface (GUI) to visualize the Huffman Tree, Huffman Codes, character frequencies, encoded text, and decoded text. The application also supports file upload and saving encoded and decoded text.
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 coding and decoding with GUI
Add a description, image, and links to the huffman-decoder topic page so that developers can more easily learn about it.
To associate your repository with the huffman-decoder topic, visit your repo's landing page and select "manage topics."