|
My Project
|
| CCode | Represents a binary code as a stack of bits |
| CCompareNode | Comparator used by the priority queue to order nodes by frequency |
| CHeader | Represents the metadata written at the beginning of a compressed file |
| CHuffman | Handles the complete lifecycle of Huffman encoding and decoding |
| CNode | Represents a single element (leaf or interior node) in the Huffman tree |