https://github.com/g-otn/visualizadorhuffman
See step-by-step process and representation of the Huffman Algorithm with given data
https://github.com/g-otn/visualizadorhuffman
algorithm-visualisation compression-algorithm csharp huffman-coding huffman-compression-algorithm windows-form-application
Last synced: 9 months ago
JSON representation
See step-by-step process and representation of the Huffman Algorithm with given data
- Host: GitHub
- URL: https://github.com/g-otn/visualizadorhuffman
- Owner: g-otn
- License: bsd-2-clause
- Created: 2019-05-13T20:29:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-28T05:33:53.000Z (over 6 years ago)
- Last Synced: 2025-01-17T05:29:05.450Z (10 months ago)
- Topics: algorithm-visualisation, compression-algorithm, csharp, huffman-coding, huffman-compression-algorithm, windows-form-application
- Language: C#
- Homepage:
- Size: 159 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Visualizador Huffman
Visualize the step-by-step process of the Huffman Algorithm.
***Veja este README.md em [Português brasileiro](https://github.com/g-otn/VisualizadorHuffman/blob/master/README.pt-BR.md).***
## Overview
VisualizadorHuffman (HuffmanVisualizer) reads a text input character by character, generating a table with the frequency of each distinct character, and each step of the Huffman tree generation.
You can pause the algorithm, control the speed between each step, and use the "Next Step" button to observe the state of the algorithm any pace.
## Acknowledgments
- Christopher Marques Corrêa - Initial layout
## Download
See [Releases](https://github.com/g-otn/VisualizadorHuffman/releases).