Expand description
Huffman coding and decoding.
Structs§
- Struct that represents compressed data.
- Struct that represents the frequency of the different characters found in a string.
Enums§
- Represents errors that can occure during compression. So far only two are represented.