Skip to content
Snippets Groups Projects
Commit 8768db39 authored by Vojtech Moravec's avatar Vojtech Moravec
Browse files

Refactor Huffman code.

Huffman class was renamed to HuffmanTreeBuilder to better clarify its
purpose. The actual tree can be used with just a root Huffman node.

I have also moved the new binary io for huffman to HuffmanNode.

In the upcoming commit I will probably create HuffmanCoder class, which
will take care of encoding and decoding of symbols.
parent 1adedb13
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment