My Project
 
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 CHuffmanDecoderHandles reading a binary-encoded file, reconstructing the Huffman codes, and decoding the data
 CHuffmanEncoderEncodes data using Huffman coding and writes it to a file in binary format
 CHuffmanNodeRepresents a node in the Huffman encoding tree
 CCompareNodesComparator for use in priority queues (min-heap)
 CHuffmanTreeConstructs and manages a Huffman tree for encoding