Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 858 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 858 Bytes

Visualizador Huffman

Visualize the step-by-step process of the Huffman Algorithm.

Veja este README.md em Português brasileiro.

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.