SebSalazar / huffman-algorithm-graph

This program do all process of encoded for a chain of text by huffman algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Huffman algorithm - graph tree

This program do all process of encoded for a chain of text by huffman algorithm also it's show the details of encoded, like:

  • Size in bits of chain without compress
  • Binary coding for each letter of the chain
  • Bits compress and his bit saving
  • Lastly all encrypted message
  • Also the program do the decoding process

Coding tree

To encode the message it is done with a tree structure, this tree is generated with

  • Graphviz2.38

Example of a tree generated

Requeriments

  • Graphviz
  • Graphviz

About

This program do all process of encoded for a chain of text by huffman algorithm


Languages

Language:Java 100.0%