An open API service indexing awesome lists of open source software.

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: 2 months ago
JSON representation

See step-by-step process and representation of the Huffman Algorithm with given data

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).