Module branch

Module branch 

Source
Expand description

Struct representing a branch in the HuffTree struct.

Structs§

ChildrenIter
An iterator over a HuffBranch’s children
HuffBranch
Struct representing a branch in the HuffTree struct. It contains data stored in a HuffLeaf (letter, weight and code) and optionally two child HuffBranches (left and right)