Skip to content

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

License

Notifications You must be signed in to change notification settings

g-otn/VisualizadorHuffman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.