CHuffmanDecoder | Handles reading a binary-encoded file, reconstructing the Huffman codes, and decoding the data |
CHuffmanEncoder | Encodes data using Huffman coding and writes it to a file in binary format |
▼CHuffmanNode | Represents a node in the Huffman encoding tree |
CCompareNodes | Comparator for use in priority queues (min-heap) |
CHuffmanTree | Constructs and manages a Huffman tree for encoding |