Expand description
Struct representing a branch in the HuffTree struct.
Structs§
- Children
Iter - An iterator over a
HuffBranch’s children - Huff
Branch - Struct representing a branch in the
HuffTreestruct. It contains data stored in aHuffLeaf(letter, weight and code) and optionally two childHuffBranches (left and right)