Found 55 repositories(showing 30)
tarek99samy
A simple visualization for huffman tree, which is used in encoding text.
WesCossick
Huffman encoding visualizer, including file read/write, using entirely JS, HTML, and CSS
the-asadullah20
No description available
Karthik5718
A single-file C++ + SFML project that visualizes multiple graph algorithms and Huffman encoding/decoding. Includes real-time animations, node/edge highlighting, path reconstruction, and interactive controls.
ShahPreksha1005
This project compares various image compression techniques, including Huffman Coding, Run-Length Encoding (RLE), Lempel-Ziv-Welch (LZW), PNG, WebP, JPEG2000, and Bitplane Slicing. It evaluates compression efficiency using Peak Signal-to-Noise Ratio (PSNR) and visualizes results to analyze trade-offs between compression and quality.
youssefhaytham48
SourceCodingVisualizer is a MATLAB GUI tool to visualize and compare three source coding techniques: Fano, Huffman, and Lempel-Ziv (LZ78). Users can input symbols and probabilities to see how each algorithm encodes data, providing a hands-on approach to understanding data compression and information theory concepts.
tlabsim
Visualization of Huffman Encoding
terrelln
Visualizations for Huffman encoding & decoding
AnthonyLatsis
Huffman encoder with a binary tree visualizer
JonathanCen
Encodes user input and visualizes huffman trees. Live Demo: https://huffman-coding-visualizer-pbxfa.ondigitalocean.app/
dakotacookenmaster
A visualization written in JavaScript to showcase the Huffman encoding algorithm.
Marouf-Haider
A standalone Python GUI for Q-ary Huffman encoding with frequency analysis, tree visualization, and compression metrics.
Abhishek-code-art
Algorithm visualizer is a frontend project. It shows the execution of various sorting algorithm, path finder algorithm and huffman encoding for text compression.
FARZINzx
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.
dhruvi2209
A Streamlit-based web application for text compression and decompression using Huffman coding. Features include encoding text, visualizing the Huffman tree, and downloading compressed files. Provides an interactive interface with compression metrics and encoded text display.
darshan934
This Repository contains a Visualizer of the Tree of Encoding of Huffman's Algorithm.
A Huffman encoding visualizer developed in Go, utilizing the m1gwings's treedrawer library. This tool provides a hands-on way to explore the inner workings of Huffman coding, making it an excellent resource for learning about data compression techniques.
Chauhan23
Huffman visualizer
pushpad01
Visualize the huffman encoding.
No description available
rqawasme
Visualization of the Huffman encoding
thapaliya19
Visualization of Huffman Encoding and Decoding.
trestoa
Huffman Encoder Visualization in JavaScript
KTural
Huffman Tree Visualization and Encoding, Decoding processes of text/file with Huffman-Coding Algorithm
ibrahimabdelkhaleq
Adaptive Huffman encoder visualization based on d3.js
valentinbarral
An interactive web application to visualize the Huffman encoding algorithm step-by-step.
JuanCamiloChafloque
Project for medical images segmentations, projections, visualizations and data compression with Huffman encoding algorithm
kanikakumarii
Algorithm visualizer is a project for understanding and visualizing various Sorting algorithm, Pathfinding algorithm and Huffman encoding for text compression.
BDileepKReddy
A React + TypeScript based interactive Huffman Coding simulator for visualizing compression trees and encoding process.
Simple tool made in Unity3D to visualize huffman tree with coresponding encoding from user input.